diff configure.in @ 281:49a716824a86

[project @ 1994-01-09 05:34:26 by jwe]
author jwe
date Sun, 09 Jan 1994 05:36:46 +0000
parents 36586e60f307
children 6027a905fc06
line wrap: on
line diff
--- a/configure.in	Sun Jan 09 03:59:32 1994 +0000
+++ b/configure.in	Sun Jan 09 05:36:46 1994 +0000
@@ -131,7 +131,7 @@
 EOF
       ;;
     2.5.*|2.6.*|2.7.*|2.8.*|2.9.*)
-      CXXFLAGS="$CXXFLAGS -fexternal-templates"
+      EXTERNAL_TEMPLATES="-fexternal-templates"
       AC_DEFINE(USE_EXTERNAL_TEMPLATES, 1)dnl
       ;;
     esac
@@ -142,6 +142,7 @@
 EOF
 fi
 AC_SUBST(CXXFLAGS)dnl
+AC_SUBST(EXTERNAL_TEMPLATES)dnl
 
 # If we haven't been forced to use f2c, try to find a Fortran compiler
 # under any one of several common Un*x Fortran compiler names.