diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 531d0d0..6f6ea48 100644 --- a/configure.in +++ b/configure.in @@ -64,7 +64,7 @@ AC_ARG_WITH(hesiod, if test "$withval" = no then HAVE_HESIOD=0 # Disable - elif -o "$withval" = yes -o -z "$withval" + elif test -z "$withval" -o "$withval" = 'yes' then : Search for Hesiod in normal directory path else |