diff configure.in @ 8019:0ef13e15319b

replace NPOS with std::string::npos
author John W. Eaton <jwe@octave.org>
date Thu, 07 Aug 2008 15:15:33 -0400
parents 6a7db240b3a3
children 66bc6f9b4f72
line wrap: on
line diff
--- a/configure.in
+++ b/configure.in
@@ -1366,10 +1366,6 @@
 AC_FUNC_ALLOCA
 AC_C_CONST
 
-### See if we should define NPOS.
-
-OCTAVE_STRING_NPOS
-
 ### See if we should use placement delete.
 
 OCTAVE_PLACEMENT_DELETE