changeset 974:a0fa18fa9d0c

[project @ 1994-12-12 20:21:35 by jwe]
author jwe
date Mon, 12 Dec 1994 20:21:35 +0000
parents 46673c918034
children e7165acbf96f
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 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.78 $)
+AC_REVISION($Revision: 1.79 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h kpathsea/c-auto.h)
@@ -226,7 +226,7 @@
     case "$canonical_host_type" in
       rs6000-ibm-aix*)
         NO_IMPLICIT_TEMPLATES=
-        AC_MSG_RESULT([deleting $NO_IMPLICIT_TEMPLATES for RS/6000 AIX])
+        AC_MSG_RESULT([deleting NO_IMPLICIT_TEMPLATES from CFLAGS for AIX])
       ;;
     esac
   ;;