mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
Fix "checking" messages...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1671 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+4
-4
@@ -1,7 +1,7 @@
|
|||||||
dnl -*- sh -*-
|
dnl -*- sh -*-
|
||||||
dnl the "configure" script is made from this by running GNU "autoconf"
|
dnl the "configure" script is made from this by running GNU "autoconf"
|
||||||
dnl
|
dnl
|
||||||
dnl "$Id: configure.in,v 1.33.2.31.2.17 2001/11/01 14:54:06 easysw Exp $"
|
dnl "$Id: configure.in,v 1.33.2.31.2.18 2001/11/01 16:43:38 easysw Exp $"
|
||||||
dnl
|
dnl
|
||||||
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
||||||
dnl
|
dnl
|
||||||
@@ -380,7 +380,7 @@ if test -n "$GXX"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# See if GCC supports -fno-exceptions...
|
# See if GCC supports -fno-exceptions...
|
||||||
AC_MSG_CHECKING(Checking if GCC supports -fno-exceptions)
|
AC_MSG_CHECKING(if GCC supports -fno-exceptions)
|
||||||
OLDCFLAGS="$CFLAGS"
|
OLDCFLAGS="$CFLAGS"
|
||||||
CFLAGS="$CFLAGS -fno-exceptions"
|
CFLAGS="$CFLAGS -fno-exceptions"
|
||||||
AC_TRY_COMPILE(,,
|
AC_TRY_COMPILE(,,
|
||||||
@@ -391,7 +391,7 @@ if test -n "$GXX"; then
|
|||||||
|
|
||||||
# See if we are running Solaris; if so, try the -fpermissive option...
|
# See if we are running Solaris; if so, try the -fpermissive option...
|
||||||
if test "$uname" = SunOS; then
|
if test "$uname" = SunOS; then
|
||||||
AC_MSG_CHECKING(Checking if GCC supports -fpermissive)
|
AC_MSG_CHECKING(if GCC supports -fpermissive)
|
||||||
|
|
||||||
OLDCFLAGS="$CFLAGS"
|
OLDCFLAGS="$CFLAGS"
|
||||||
CFLAGS="$CFLAGS -fpermissive"
|
CFLAGS="$CFLAGS -fpermissive"
|
||||||
@@ -494,5 +494,5 @@ AC_OUTPUT(makeinclude fltk-config)
|
|||||||
chmod +x fltk-config
|
chmod +x fltk-config
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl End of "$Id: configure.in,v 1.33.2.31.2.17 2001/11/01 14:54:06 easysw Exp $".
|
dnl End of "$Id: configure.in,v 1.33.2.31.2.18 2001/11/01 16:43:38 easysw Exp $".
|
||||||
dnl
|
dnl
|
||||||
|
|||||||
Reference in New Issue
Block a user