From 367e95d6596c7d6f39efc9dc0e236b8c91e8689a Mon Sep 17 00:00:00 2001 From: Haru Date: Tue, 19 Apr 2016 00:26:41 +0200 Subject: 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 --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 5bb2cdec3..c276f7a31 100644 --- a/configure.in +++ b/configure.in @@ -283,7 +283,7 @@ AC_ARG_ENABLE( case $enableval in "no");; "yes");; - *) AC_MSG_ERROR([[invalid argument --enable-lto=$disableval... stopping]]);; + *) AC_MSG_ERROR([[invalid argument --enable-lto=$enableval... stopping]]);; esac ], [enable_lto="no"] @@ -306,7 +306,7 @@ AC_ARG_ENABLE( case $enableval in "no");; "yes");; - *) AC_MSG_ERROR([[invalid argument --enable-static=$disableval... stopping]]);; + *) AC_MSG_ERROR([[invalid argument --enable-static=$enableval... stopping]]);; esac ], [enable_static="no"] @@ -331,7 +331,7 @@ AC_ARG_ENABLE( "no");; "yes");; "full");; - *) AC_MSG_ERROR([[invalid argument --enable-sanitize=$disableval... stopping]]);; + *) AC_MSG_ERROR([[invalid argument --enable-sanitize=$enableval... stopping]]);; esac ], [enable_sanitize="no"] -- cgit v1.2.3-60-g2f50