small follow of fdo branch

This commit is contained in:
Andreas Volz 2009-01-06 22:44:48 +01:00
parent d0c41b03ff
commit 1be7315cd8
3 changed files with 2 additions and 12 deletions

View file

@ -138,8 +138,8 @@ AC_SUBST(xml_LIBS)
ACX_PTHREAD
if test x"$acx_pthread_ok" = xyes; then
AC_DEFINE(HAVE_PTHREAD_H, 1, [Define to enable pthread support])
AM_CONDITIONAL(HAVE_PTHREAD, test x"$acx_pthread_ok" = xyes)
AC_DEFINE(HAVE_PTHREAD_H, 1, [Define to enable pthread support])
AM_CONDITIONAL(HAVE_PTHREAD, test x"$acx_pthread_ok" = xyes)
fi
if test "$enable_debug" = "yes" ; then
@ -149,7 +149,6 @@ else
CXXFLAGS="$CXXFLAGS -Wall -O3"
fi
# Doxygen Documentation
AC_PATH_PROG(DOXYGEN, doxygen, no)