tIf no plugins are desired, do not link the main executable via. libtool (otherwise the link can fail when libtool tries to pull in dependencies, such as libvorbisfile.so) - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit a1eced51bad3018c371211cfd65f09d9fe411abc
(DIR) parent a9fce5f09c8198b66ee1afc830dc448edd3e5653
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Mon, 13 May 2002 15:24:47 +0000
If no plugins are desired, do not link the main executable via. libtool
(otherwise the link can fail when libtool tries to pull in dependencies,
such as libvorbisfile.so)
Diffstat:
M configure.in | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/configure.in b/configure.in
t@@ -273,6 +273,7 @@ else
PLUGLIBS="$SOUND_LIBS"
AC_SUBST(PLUGLIBS)
fi
+AM_CONDITIONAL(NOPLUGINS, test "$plugins" != "yes")
dnl Enable networking by default under Win32, but on Unix systems
dnl make it dependent on the availability of select and socket