[Modcplusplus-devel] (johnksterling) mod_cplusplus configure.in
Brought to you by:
gr84b8,
johnksterling
From: Mod C. C. L. <mod...@so...> - 2002-08-27 03:36:21
|
Mod Cplusplus CVS committal Author : johnksterling Module : mod_cplusplus Dir : mod_cplusplus Modified Files: configure.in Log Message: now mod_cplusplus runs on OS X with apache. only need to softlink glibtoolize to libtoolize. =================================================================== RCS file: /cvsroot/modcplusplus/mod_cplusplus/configure.in,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- configure.in 27 Aug 2002 02:25:47 -0000 1.11 +++ configure.in 27 Aug 2002 03:35:51 -0000 1.12 @@ -33,6 +33,9 @@ ]) AC_CHECK_LIB(stdc++, __ti7ostream, LIB_STDCPP="-lstdc++") + if test "$LIB_STDCPP" == "" ; then + CPPFLAGS="$CPPFLAGS -DNO_STDCPP" + fi CPLUSPLUS_BUILDDIR=`pwd` CPPFLAGS="$CPPFLAGS -g -I$CPLUSPLUS_BUILDDIR/include" |