ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure.ac
(Generate patch)

Comparing gvpe/configure.ac (file contents):
Revision 1.45 by pcg, Thu Mar 29 17:35:20 2007 UTC vs.
Revision 1.47 by pcg, Sat Nov 10 19:43:37 2007 UTC

226]) 226])
227AC_CHECK_FUNC(gethostbyname, [], [ 227AC_CHECK_FUNC(gethostbyname, [], [
228 AC_CHECK_LIB(nsl, gethostbyname) 228 AC_CHECK_LIB(nsl, gethostbyname)
229]) 229])
230 230
231dnl libev support
232m4_include([libev/libev.m4])
233
231AC_LANG_POP 234AC_LANG_POP
232 235
233dnl AC_CHECK_FUNCS([freeaddrinfo gai_strerror getaddrinfo getnameinfo]) 236dnl AC_CHECK_FUNCS([freeaddrinfo gai_strerror getaddrinfo getnameinfo])
234 237
235AC_CACHE_SAVE 238AC_CACHE_SAVE
360 363
361if $CXX -v --help 2>&1 | grep -q fexceptions; then 364if $CXX -v --help 2>&1 | grep -q fexceptions; then
362 CXXFLAGS="$CXXFLAGS -fno-exceptions" 365 CXXFLAGS="$CXXFLAGS -fno-exceptions"
363fi 366fi
364 367
368LIBS="$EXTRA_LIBS $LIBS"
369
365dnl if $CXX -v --help 2>&1 | grep -q ffunction-sections; then 370dnl if $CXX -v --help 2>&1 | grep -q ffunction-sections; then
366dnl CXXFLAGS="$CXXFLAGS -ffunction-sections" 371dnl CXXFLAGS="$CXXFLAGS -ffunction-sections"
367dnl fi 372dnl fi
368dnl 373dnl
369dnl if $LD -v --help 2>&1 | grep -q gc-sections; then 374dnl if $LD -v --help 2>&1 | grep -q gc-sections; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines