From: Anders B. <vr-...@us...> - 2005-02-25 08:18:22
|
Update of /cvsroot/alpp/openalpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26244 Modified Files: configure.in Log Message: REmoved linking of commonc++ Index: configure.in =================================================================== RCS file: /cvsroot/alpp/openalpp/configure.in,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** configure.in 5 Mar 2004 09:44:39 -0000 1.10 --- configure.in 25 Feb 2005 08:17:56 -0000 1.11 *************** *** 70,86 **** AC_CHECK_LIB(openal,main) - # Common C++ - #AC_CHECK_LIB(ccgnu2,main,WITH_CCGNU="no",,-lpthread -ldl) - #AC_SUBST(CCGNULIBS) - #AC_SUBST(CCGNUCFLAGS) - WITH_CCGNU="no" - - if test "$WITH_CCGNU" = "yes"; then - CCGNULIBS="`ccgnu2-config --libs`" - CCGNUCFLAGS="-I`ccgnu2-config --includes`" - CPPFLAGS="$CPPFLAGS $CCGNUCFLAGS" - fi - AM_CONDITIONAL(WITH_CCGNU, test "$WITH_CCGNU" = "yes") - # PortAudio AC_CHECK_LIB(portaudio,main,WITH_PORTAUDIO="yes") --- 70,73 ---- |