[srvx-commits] CVS: services configure.ac,1.4,1.5
Brought to you by:
entrope
From: Entrope <en...@us...> - 2001-08-19 03:06:14
|
Update of /cvsroot/srvx/services In directory usw-pr-cvs1:/tmp/cvs-serv32442 Modified Files: configure.ac Log Message: merge more 1.0 branch changes onto trunk Index: configure.ac =================================================================== RCS file: /cvsroot/srvx/services/configure.ac,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** configure.ac 2001/07/26 14:28:05 1.4 --- configure.ac 2001/08/19 03:06:09 1.5 *************** *** 47,50 **** --- 47,53 ---- EXTRA_DEFINE="-fno-builtin" ;; + *-linux*) + EXTRA_DEFINE="-D_GNU_SOURCE" + ;; *) EXTRA_DEFINE="-ansi" *************** *** 91,95 **** fi ! AC_CHECK_FUNCS(bcopy memcpy memset stricmp strcasecmp strncasecmp strdup strerror strstr strsignal localtime_r setrlimit,,) AC_CHECK_FUNCS(poll,,AC_MSG_WARN([poll(2) is not present -- proxy checking will not work.])) --- 94,98 ---- fi ! AC_CHECK_FUNCS(bcopy memcpy memset stricmp strcasestr strcasecmp strncasecmp strdup strerror strstr strsignal localtime_r setrlimit,,) AC_CHECK_FUNCS(poll,,AC_MSG_WARN([poll(2) is not present -- proxy checking will not work.])) |