From: Harlan Stenn Date: Sat, 1 Nov 2008 05:22:33 +0000 (-0500) Subject: netsnmp_daemonize lib check cleanup X-Git-Tag: NTP_4_2_5P137~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e67efcb8eebf21ade56fe930925e330bcec2307;p=thirdparty%2Fntp.git netsnmp_daemonize lib check cleanup bk: 490be79907XnoONy-6l6Jk3YE91sCw --- diff --git a/configure.ac b/configure.ac index 87a86b12f..56a57217e 100644 --- a/configure.ac +++ b/configure.ac @@ -3852,7 +3852,7 @@ case "$ans" in # Do this last, as we're messing up LIBS. # check -lnetsnmp for netsnmp_daemonize - LIBS=`$PATH_NET_SNMP_CONFIG --netsnmp-libs` + LIBS=`$PATH_NET_SNMP_CONFIG --libs` AC_CHECK_LIB([netsnmp], [netsnmp_daemonize], [], [AC_DEFINE([NEED_NETSNMP_DAEMONIZE], [1], [We need to provide netsnmp_daemonize()])])