Mercurial > hg > octave-lyh
diff configure.in @ 4360:1d7180ab9df1
[project @ 2003-02-24 02:57:24 by jwe]
author | jwe |
---|---|
date | Mon, 24 Feb 2003 02:57:24 +0000 |
parents | dfd47756dda7 |
children | 34014c0fb2ce |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -22,7 +22,7 @@ ### 02111-1307, USA. AC_INIT -AC_REVISION($Revision: 1.417 $) +AC_REVISION($Revision: 1.418 $) AC_PREREQ(2.52) AC_CONFIG_SRCDIR([src/octave.cc]) AC_CONFIG_HEADER(config.h) @@ -863,6 +863,10 @@ OCTAVE_STRING_NPOS +### See if we should use placement delete. + +OCTAVE_PLACEMENT_DELETE + ### Checks for header files. AC_HEADER_STDC @@ -1396,10 +1400,6 @@ #if defined (__DECCXX) #define __USE_STD_IOSTREAM #endif - -#if defined (__GNUG__) && __GNUC__ >= 3 && __GNUC_MINOR__ >= 2 -#define HAVE_PLACEMENT_DELETE 1 -#endif ]) ### Do the substitutions in all the Makefiles.