You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-electronics/ngspice/files/ngspice-27-blt_linkage_work...

13 lines
305 B

--- a/configure.ac
+++ b/configure.ac
@@ -461,6 +461,9 @@
AC_MSG_ERROR([Couldn't find BLT])
fi
rm -f conftest.tcl
+
+ AC_SEARCH_LIBS([Blt_GetVector], [BLT BLT24 BLT25],,
+ [AC_MSG_ERROR([Couldnt find BLT library.])])
AC_CHECK_LIB([pthread], [pthread_create])