diff options
Diffstat (limited to 'config/libtool.m4')
-rw-r--r-- | config/libtool.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/libtool.m4 b/config/libtool.m4 index 798420d5bc..2373e5720d 100644 --- a/config/libtool.m4 +++ b/config/libtool.m4 @@ -31,7 +31,7 @@ # AC_PROG_LD - find the path to the GNU or non-GNU linker AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH(gnu-ld, -[ --with-gnu-ld assume the C compiler uses GNU ld [default=no]], +[ --with-gnu-ld assume the C compiler uses GNU ld [[default=no]]], test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no) AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl |