diff options
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 80ab259..8989460 100644 --- a/configure.ac +++ b/configure.ac @@ -49,7 +49,7 @@ AC_ARG_ENABLE( [--enable-warnings], [Enable additional compile-time (GCC) warnings] )], - [WARNINGS="yes"], + [WARNINGS="$enableval"], [WARNINGS="no"] ) @@ -73,7 +73,7 @@ AC_ARG_WITH( [--with-plugindir], [BitlBee plugin directory] )], - [plugindir="$with_plugindir"] + [plugindir="$withval"] ) PKG_CHECK_MODULES([BITLBEE], [bitlbee >= 3.4]) |