changeset 1902:5e5add0edbf8

[project @ 1996-02-09 20:01:21 by jwe]
author jwe
date Fri, 09 Feb 1996 20:01:21 +0000
parents 527af71a8035
children 1ab98f7789c9
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Fri Feb 09 19:35:56 1996 +0000
+++ b/configure.in	Fri Feb 09 20:01:21 1996 +0000
@@ -20,7 +20,7 @@
 ### along with Octave; see the file COPYING.  If not, write to the Free
 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-AC_REVISION($Revision: 1.163 $)
+AC_REVISION($Revision: 1.164 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -318,7 +318,7 @@
 ### gcc on some systems.
 
 AC_ARG_ENABLE(shared,
-  [  --shared                create shared libraries (not all systems)],
+  [  --enable-shared         create shared libraries (not all systems)],
   [if test $enableval = no; then SHARED_LIBS=false; else SHARED_LIBS=true; fi],
   SHARED_LIBS=false)
 AC_SUBST(SHARED_LIBS)