Author: AlbrechtS
Date: 2011-02-16 04:30:50 -0800 (Wed, 16 Feb 2011)
New Revision: 8435
Log:
Fix a typo and syntax error in configure check (SunOs exception).
Modified:
trunk/configure.in
Modified: trunk/configure.in
===================================================================
--- trunk/configure.in 2011-02-16 01:26:58 UTC (rev 8434)
+++ trunk/configure.in 2011-02-16 12:30:50 UTC (rev 8435)
@@ -356,7 +356,7 @@
fi
AC_CHECK_FUNC(scandir,[
- if test \("$uname" = SunOS -o "$uname" = QNX\ -a
"$ac_cv_cxx_scandir_posix" != yes; then
+ if test \( "$uname" = SunOS -o "$uname" = QNX \) -a
"$ac_cv_cxx_scandir_posix" != yes; then
AC_MSG_WARN(Not using $uname scandir emulation function.)
else
AC_DEFINE(HAVE_SCANDIR)
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit