ossp-pkg/js/configure.ac 1.17 -> 1.18
--- configure.ac 2006/07/31 11:37:56 1.17
+++ configure.ac 2006/08/03 12:41:27 1.18
@@ -135,7 +135,7 @@
[ac_cv_with_file=$withval], [ac_cv_with_file=yes])
AC_CACHE_CHECK([whether to build with the File object], [ac_cv_with_file], [ac_cv_with_file=yes])
if test ".$ac_cv_with_file" = ".yes"; then
- CPPFLAGS="$CPPFLAGS -DJS_HAS_FILE_OBJECT"
+ CPPFLAGS="$CPPFLAGS -DJS_HAS_FILE_OBJECT"
fi
AC_SUBST(CLI_CFLAGS)
|
|