[pan2] configure fix for gnome-doc-utils (thx duncan)



commit b1ac19c7c04937511b345a7198c2beefce61a350
Author: Heinrich MÃller <henmull src gnome org>
Date:   Sun Jan 22 10:36:21 2012 +0100

    configure fix for gnome-doc-utils (thx duncan)

 configure.in |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/configure.in b/configure.in
index 2af7627..3cd48de 100644
--- a/configure.in
+++ b/configure.in
@@ -235,17 +235,12 @@ case $host_os in
 esac
 AM_CONDITIONAL([HAVE_WIN32],[test "$win32" = "yes"])
 
-dnl CXXFLAGS="-g -I/usr/lib/"
-dnl CPPFLAGS="-g -I/usr/lib/"
-dnl CFLAGS="-g -I/usr/lib/"
-
 dnl build the output files
 AC_SUBST(panlocaledir)
 AC_CONFIG_FILES([Makefile
                  pan.spec
                  pan.iss
                  README.windows
-                 help/Makefile
                  po/Makefile.in
                  uulib/Makefile
                  pan/Makefile
@@ -258,6 +253,11 @@ AC_CONFIG_FILES([Makefile
                  pan/data-impl/Makefile
                  pan/gui/Makefile])
 
+
+if test "x$want_gnome_doc_help" = "xyes" ; then
+  AC_CONFIG_FILES([help/Makefile])
+fi
+
 AC_OUTPUT
 
 echo "



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]