changed configure.ac for Doxyfile.in

This commit is contained in:
2009-06-03 08:13:50 +00:00
parent 2bd2f30828
commit 7307c3cc30
32 changed files with 104 additions and 50 deletions

View File

@ -159,8 +159,10 @@ test "${ac_cv_sizeof_wchar_t}" = "0" && enable_wchar_is=no
if test "${enable_wchar_is}" = "yes"
then
AC_DEFINE([QSE_CHAR_IS_WCHAR],[],[char is wchar])
AC_SUBST(CHAR_MODE, "QSE_CHAR_IS_WCHAR")
else
AC_DEFINE([QSE_CHAR_IS_MCHAR],[],[char is mchar])
AC_SUBST(CHAR_MODE, "QSE_CHAR_IS_MCHAR")
fi
AC_ARG_ENABLE([syscall], [AC_HELP_STRING([--enable-syscall],