From: Bruno Haible Date: Wed, 17 Jul 2002 11:37:30 +0000 (+0000) Subject: Doc typo. X-Git-Tag: v0.11.3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0caddb20fee7b01e32bbdf73bc9203762b5a085e;p=thirdparty%2Fgettext.git Doc typo. --- diff --git a/m4/lib-link.m4 b/m4/lib-link.m4 index 1913eae90..6b9425105 100644 --- a/m4/lib-link.m4 +++ b/m4/lib-link.m4 @@ -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) ])