fixed oldpatch stuff
authorewt <devnull@localhost>
Wed, 22 Oct 1997 03:22:17 +0000 (03:22 +0000)
committerewt <devnull@localhost>
Wed, 22 Oct 1997 03:22:17 +0000 (03:22 +0000)
CVS patchset: 1869
CVS date: 1997/10/22 03:22:17

config.h.in
configure.in

index 82ba5ce..7b99075 100644 (file)
 #define HAVE_SYS_SYSTEMCFG_H 0
 
 /* Define if the patch call you'll be using is 2.1 or older */
-#define CONFIG_OLDPATCH_21 0
+#define HAVE_OLDPATCH_21 0
 
 #endif
index 077c2ff..d862361 100644 (file)
@@ -74,7 +74,7 @@ if test "$cross_compiling" != "yes"; then
     PATCHMINOR=`echo $PATCHVERSION | cut -d. -f2`
 
     if test $PATCHMAJOR -le 2 -a $PATCHMINOR -le 1; then
-       AC_DEFINE(CONFIG_OLDPATCH_21)
+       AC_DEFINE(HAVE_OLDPATCH_21)
        AC_MSG_RESULT(patch older then 2.2 found)
     else
        AC_MSG_RESULT(patch later then 2.2 found)