changeset 965:141d2abb71de

[project @ 1994-12-09 20:20:47 by jwe]
author jwe
date Fri, 09 Dec 1994 20:20:47 +0000
parents 9c2b69170142
children 357d3050a279
files configure.in
diffstat 1 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in
+++ b/configure.in
@@ -21,7 +21,7 @@
 ### along with Octave; see the file COPYING.  If not, write to the Free
 ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-AC_REVISION($Revision: 1.76 $)
+AC_REVISION($Revision: 1.77 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h kpathsea/c-auto.h)
@@ -221,6 +221,17 @@
   ;;
 esac
 
+case "$gxx_version" in
+  2.6.*)
+    case "$canonical_host_type" in
+      rs6000-ibm-aix*)
+        NO_IMPLICIT_TEMPLATES=
+        AC_MSG_RESULT([deleting $NO_IMPLICIT_TEMPLATES for RS/6000 AIX])
+      ;;
+    esac
+  ;;
+esac
+
 ### See what libraries are used by the C++ compiler.  Need this for
 ### dynamic linking.