# HG changeset patch # User Chong Yidong # Date 1174266373 0 # Node ID 1967e51d640ec4b4c6aea9284801e1f54562261b # Parent 340d92ba7c20e49bb77190252866180c44aee459 Regenerate. diff -r 340d92ba7c20 -r 1967e51d640e configure --- a/configure Mon Mar 19 01:05:42 2007 +0000 +++ b/configure Mon Mar 19 01:06:13 2007 +0000 @@ -1839,11 +1839,13 @@ # Check whether --with-kerberos was given. if test "${with_kerberos+set}" = set; then - withval=$with_kerberos; cat >>confdefs.h <<\_ACEOF + withval=$with_kerberos; if test "$withval" = yes; then + cat >>confdefs.h <<\_ACEOF #define KERBEROS 1 _ACEOF fi +fi @@ -1857,23 +1859,25 @@ _ACEOF fi -fi cat >>confdefs.h <<\_ACEOF #define KERBEROS5 1 _ACEOF fi +fi # Check whether --with-hesiod was given. if test "${with_hesiod+set}" = set; then - withval=$with_hesiod; + withval=$with_hesiod; if test "$withval" = yes; then + cat >>confdefs.h <<\_ACEOF #define HESIOD 1 _ACEOF fi +fi