summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-04-19 00:26:41 +0200
committerHaru <haru@dotalux.com>2016-04-19 00:26:41 +0200
commit367e95d6596c7d6f39efc9dc0e236b8c91e8689a (patch)
tree0948caaaf4fcef4ca62d5f187fef4f9b34cb5dd3 /configure
parentbbcb0406e5a430d1c85b3448f88a72f342530cf0 (diff)
downloadhercules-367e95d6596c7d6f39efc9dc0e236b8c91e8689a.tar.gz
hercules-367e95d6596c7d6f39efc9dc0e236b8c91e8689a.tar.bz2
hercules-367e95d6596c7d6f39efc9dc0e236b8c91e8689a.tar.xz
hercules-367e95d6596c7d6f39efc9dc0e236b8c91e8689a.zip
Corrected some variable name errors in the configure script
The errors affected the script output when passing an invalid value to various --enble-xxx=yyy options. Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 1a2fa2a4b..249124006 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in 2e1b3eb.
+# From configure.in bbcb040.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69.
#
@@ -3654,7 +3654,7 @@ if test "${enable_lto+set}" = set; then :
case $enableval in
"no");;
"yes");;
- *) as_fn_error $? "invalid argument --enable-lto=$disableval... stopping" "$LINENO" 5;;
+ *) as_fn_error $? "invalid argument --enable-lto=$enableval... stopping" "$LINENO" 5;;
esac
else
@@ -3674,7 +3674,7 @@ if test "${enable_static+set}" = set; then :
case $enableval in
"no");;
"yes");;
- *) as_fn_error $? "invalid argument --enable-static=$disableval... stopping" "$LINENO" 5;;
+ *) as_fn_error $? "invalid argument --enable-static=$enableval... stopping" "$LINENO" 5;;
esac
else
@@ -3695,7 +3695,7 @@ if test "${enable_sanitize+set}" = set; then :
"no");;
"yes");;
"full");;
- *) as_fn_error $? "invalid argument --enable-sanitize=$disableval... stopping" "$LINENO" 5;;
+ *) as_fn_error $? "invalid argument --enable-sanitize=$enableval... stopping" "$LINENO" 5;;
esac
else