diff configure.in @ 4354:dfd47756dda7

[project @ 2003-02-21 21:42:02 by jwe]
author jwe
date Fri, 21 Feb 2003 21:42:02 +0000
parents ea4b8c35ac9d
children 1d7180ab9df1
line wrap: on
line diff
--- a/configure.in	Fri Feb 21 21:04:41 2003 +0000
+++ b/configure.in	Fri Feb 21 21:42:02 2003 +0000
@@ -22,7 +22,7 @@
 ### 02111-1307, USA. 
 
 AC_INIT
-AC_REVISION($Revision: 1.416 $)
+AC_REVISION($Revision: 1.417 $)
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR([src/octave.cc])
 AC_CONFIG_HEADER(config.h)
@@ -639,7 +639,7 @@
 
 AC_ARG_ENABLE(rpath,
   [  --enable-rpath          override the default link options for rpath;
-                            e.g., --with-rpath='-rpath $(octlibdir)'],
+                            e.g., --enable-rpath='-rpath $(octlibdir)'],
   [ if test "$enableval" = no; then use_rpath=false;
     else
       use_rpath=true