# HG changeset patch # User jwe # Date 823896081 0 # Node ID 5e5add0edbf8feac151a6c119cd786acad62b036 # Parent 527af71a80359c3852bd3a3469ee680cd977df06 [project @ 1996-02-09 20:01:21 by jwe] diff -r 527af71a8035 -r 5e5add0edbf8 configure.in --- 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)