changeset 14059:6c72c3bda888 stable

doc: Fix typo in --enable-no-undefined help string * configure.ac: Fix typo in --enable-no-undefined help string
author Rik <octave@nomad.inbox5.com>
date Thu, 15 Dec 2011 13:59:38 -0800
parents 421c892fd526
children efba69175989
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Dec 15 15:19:58 2011 -0500
+++ b/configure.ac	Thu Dec 15 13:59:38 2011 -0800
@@ -1499,7 +1499,7 @@
 
 AC_ARG_ENABLE([no-undefined],
   [AS_HELP_STRING([--enable-no-undefined],
-    [pass -no-undefined to libtool when linking linking Octave and its shared libraries (on by default)])],
+    [pass -no-undefined to libtool when linking Octave and its shared libraries (on by default)])],
   [case "${enableval}" in
     yes) NO_UNDEFINED_LDFLAG="-no-undefined" ;;
     no)  NO_UNDEFINED_LDFLAG="" ;;