allow building kfreebsd on Debian

(obviously nobody has ever built a freebsd version of ngspice before)
This commit is contained in:
Holger Vogt 2018-10-14 21:18:27 +02:00
parent 25cdf95262
commit 25a1ba05ed
1 changed files with 2 additions and 2 deletions

View File

@ -936,11 +936,11 @@ if test "x$enable_xspice" = xyes; then
;;
*freebsd* )
AC_DEFINE([IPC_UNIX_SOCKETS], [1], [Client-Server via socket.])
XSPICEDLLIBS=""
XSPICEDLLIBS="-ldl"
;;
*openbsd* )
AC_DEFINE([IPC_UNIX_SOCKETS], [1], [Client-Server via socket.])
XSPICEDLLIBS=""
XSPICEDLLIBS="-ldl"
;;
* )
AC_DEFINE([IPC_UNIX_SOCKETS], [1], [Client-Server via socket.])