]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Doc typo.
authorBruno Haible <bruno@clisp.org>
Wed, 17 Jul 2002 11:37:30 +0000 (11:37 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:38 +0000 (12:08 +0200)
m4/lib-link.m4

index 1913eae9011ed48cd804b2089c2b8885065e25f9..6b942510521a3692e6edd3abcf1ee25314693da9 100644 (file)
@@ -118,7 +118,7 @@ AC_DEFUN([AC_LIB_RPATH],
   sys_lib_dlsearch_path_spec="$acl_cv_sys_lib_dlsearch_path_spec"
   dnl Determine whether the user wants rpath handling at all.
   AC_ARG_ENABLE(rpath,
-    [  --disable-rpath         do not use hardcode runtime library paths],
+    [  --disable-rpath         do not hardcode runtime library paths],
     :, enable_rpath=yes)
 ])