mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 23:06:54 +08:00
More configure.in quoting fixes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@11859 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+3
-3
@@ -19,7 +19,7 @@ dnl http://www.fltk.org/str.php
|
|||||||
dnl
|
dnl
|
||||||
|
|
||||||
dnl We need at least autoconf 2.50...
|
dnl We need at least autoconf 2.50...
|
||||||
AC_PREREQ(2.50)
|
AC_PREREQ([2.50])
|
||||||
|
|
||||||
dnl Required file in package...
|
dnl Required file in package...
|
||||||
AC_INIT(src/Fl.cxx)
|
AC_INIT(src/Fl.cxx)
|
||||||
@@ -930,7 +930,7 @@ case $host_os_gui in
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x$X_PRE_LIBS" != x; then
|
if test "x$X_PRE_LIBS" != x; then
|
||||||
AC_MSG_WARN([Ignoring libraries \"$X_PRE_LIBS\" requested by configure.])
|
AC_MSG_WARN([Ignoring libraries "$X_PRE_LIBS" requested by configure.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
LIBS="$LIBS -lX11 $X_EXTRA_LIBS"
|
LIBS="$LIBS -lX11 $X_EXTRA_LIBS"
|
||||||
@@ -1304,7 +1304,7 @@ else
|
|||||||
# MAKEDEPEND="CC -M"
|
# MAKEDEPEND="CC -M"
|
||||||
|
|
||||||
if test "x`grep abi=n32 /etc/compiler.defaults`" = x; then
|
if test "x`grep abi=n32 /etc/compiler.defaults`" = x; then
|
||||||
AC_MSG_WARN([FOR BEST RESULTS BEFORE COMPILING: setenv SGI_ABI \"-n32 -mips3\"])
|
AC_MSG_WARN([FOR BEST RESULTS BEFORE COMPILING: setenv SGI_ABI "-n32 -mips3"])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
OPTIM="-fullwarn $OPTIM"
|
OPTIM="-fullwarn $OPTIM"
|
||||||
|
|||||||
Reference in New Issue
Block a user