diff configure.in @ 2574:cfa9f35fd407

[project @ 1996-12-09 17:30:39 by jwe]
author jwe
date Mon, 09 Dec 1996 17:30:40 +0000
parents bcdd6bf533ea
children 2f0ea8b0db0e
line wrap: on
line diff
--- a/configure.in	Mon Dec 09 04:04:49 1996 +0000
+++ b/configure.in	Mon Dec 09 17:30:40 1996 +0000
@@ -21,7 +21,7 @@
 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 ### 02111-1307, USA. 
 
-AC_REVISION($Revision: 1.238 $)
+AC_REVISION($Revision: 1.239 $)
 AC_PREREQ(2.9)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -458,6 +458,10 @@
 
 OCTAVE_CXXLIBS
 
+### See if we should define NPOS.
+
+OCTAVE_STRING_NPOS
+
 ### We need these before trying to find libf2c.
 
 if test -z "$AR"; then