[Modcplusplus-devel] (johnksterling) mod_cplusplus configure.in
Brought to you by:
gr84b8,
johnksterling
From: Mod C. C. L. <mod...@so...> - 2003-08-14 15:17:41
|
Mod Cplusplus CVS committal Author : johnksterling Module : mod_cplusplus Dir : mod_cplusplus Modified Files: configure.in Log Message: fix up some compile problems and get the test suite almost running again =================================================================== RCS file: /cvsroot/modcplusplus/mod_cplusplus/configure.in,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- configure.in 27 Aug 2002 03:35:51 -0000 1.12 +++ configure.in 14 Aug 2003 15:04:38 -0000 1.13 @@ -5,6 +5,12 @@ AC_PROG_CXX AM_PROG_LIBTOOL +dnl hack to get shlib extension +AC_MSG_CHECKING(what the shared library extension is) +SHLIB_EXT=`echo /usr/lib/libc.* | sed -e 's@.*\.@@'` +AC_MSG_RESULT($SHLIB_EXT) +AC_SUBST(SHLIB_EXT) + AC_MSG_CHECKING(for httpd) AC_ARG_WITH(httpd, [ --with-httpd Specify path to httpd source directory ], [ |