From 91999baf5b4707f3550aae03a2a6e68a55c5c8b9 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 10 Aug 2000 21:53:56 +0000 Subject: Fix silly typo. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit