summaryrefslogtreecommitdiffstats
path: root/src/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'src/aclocal.m4')
-rw-r--r--src/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 2d818a362d..3dcc298af7 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -1215,7 +1215,7 @@ AC_ARG_ENABLE([shared], ,
fi])
AC_ARG_ENABLE([rpath],
AC_HELP_STRING([--disable-rpath],[suppress run path flags in link lines]),
-[enable_rpath=$withval],
+[enable_rpath=$enableval],
[enable_rpath=yes])
if test "x$enable_rpath" != xyes ; then