# HG changeset patch # User jwe # Date 787004447 0 # Node ID 141d2abb71de3125211327a5bd7b6ea5e84eb611 # Parent 9c2b69170142e3938be304a1f4253f7e8f744773 [project @ 1994-12-09 20:20:47 by jwe] diff --git a/configure.in b/configure.in --- 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.