diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-08-01 12:22:49 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-08-01 12:22:49 +0000 |
| commit | 6b0e38942f12b65c7e04f0745516d3007c0ce147 (patch) | |
| tree | 9af7a8b250d971ea72a782fe530a7d588d350615 | |
| parent | fa03b7c7b976083cd8a12d35dff97f82b065b5df (diff) | |
More configure.in quoting fixes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11860 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 88e11e3c7..2e7340c98 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ dnl http://www.fltk.org/str.php dnl dnl We need at least autoconf 2.50... -AC_PREREQ(2.50) +AC_PREREQ([2.50]) dnl Required file in package... AC_INIT(src/Fl.cxx) @@ -934,7 +934,7 @@ case $host_os_gui in fi 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 LIBS="$LIBS -lX11 $X_EXTRA_LIBS" @@ -1313,7 +1313,7 @@ else # MAKEDEPEND="CC -M" 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 OPTIM="-fullwarn $OPTIM" |
