diff options
-rw-r--r-- | Makefile.config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 8a5d54ca83..4bf5963548 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -157,7 +157,7 @@ endif # Handle configured libraries HAVE_BZIP2 := @HAVE_BZIP2@ -HAVE_ZILB := @HAVE_ZLIB@ +HAVE_ZLIB := @HAVE_ZLIB@ # Installation directories, as provided by the configure script. exec_prefix = @exec_prefix@ |