Corrected tpye, and SNMP configuration bug, first noticed by
authoraland <aland>
Wed, 8 Aug 2001 17:32:34 +0000 (17:32 +0000)
committeraland <aland>
Wed, 8 Aug 2001 17:32:34 +0000 (17:32 +0000)
"Norman Brandinger" <norm@goes.com> on Jun 6.

aclocal.m4
configure
configure.in

index 9b7983d..8b4e855 100644 (file)
@@ -746,7 +746,7 @@ AC_TRY_COMPILE([
 #endif
 #include <asn1.h>],
                [ int a = 1;],
-               SNMP_INCLUDE=" ",
+               SNMP_INCLUDE="",
                SNMP_INCLUDE=)
 
 dnl #
index 8622d98..c4e4625 100755 (executable)
--- a/configure
+++ b/configure
@@ -562,7 +562,7 @@ fi
 
 
 
-# From configure.in Revision: 1.123 
+# From configure.in Revision: 1.124 
 RADIUSD_VERSION=0.2
 
 
@@ -3498,7 +3498,7 @@ if test "x$developer" = "xyes" -a "x$GCC" = "xyes"; then
   INSTALLSTRIP=""
   echo "$ac_t""yes.  Using $devflags" 1>&6
 else
-  devflags="none"
+  devflags=""
   CFLAGS="$CFLAGS -DNDEBUG"
   INSTALLSTRIP="-s"
   echo "$ac_t""no." 1>&6
@@ -3640,7 +3640,7 @@ int main() {
 EOF
 if { (eval echo configure:3642: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
-  SNMP_INCLUDE=" "
+  SNMP_INCLUDE=""
 else
   echo "configure: failed program was:" >&5
   cat conftest.$ac_ext >&5
index 6d6cae9..e0ca9b5 100644 (file)
@@ -555,7 +555,7 @@ if test "x$developer" = "xyes" -a "x$GCC" = "xyes"; then
   INSTALLSTRIP=""
   AC_MSG_RESULT(yes.  Using $devflags)
 else
-  devflags="none"
+  devflags=""
   CFLAGS="$CFLAGS -DNDEBUG"
   INSTALLSTRIP="-s"
   AC_MSG_RESULT(no.)