commit 5ff4f35377ba6f976c12b00de650696d8be7d1ec
Author: Christophe Fergeau <cferg...@mandriva.com>
Date:   Mon Nov 23 23:19:47 2009 +0100

    fix sgutils detection in configure.ac

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 86eaf9f..1d06097 100644
--- a/configure.ac
+++ b/configure.ac
@@ -91,6 +91,9 @@ if test "x$have_sgutils" != xyes; then
                  have_sgutils=no)
 fi
 AC_SUBST(SGUTILS_LIBS)
+if test x"$have_sgutils" = xyes; then
+        AC_DEFINE(HAVE_SGUTILS, 1, [Define if you have sgutils support])
+fi
 AM_CONDITIONAL(HAVE_SGUTILS, test x"$have_sgutils" = xyes)
 
 dnl **************************************************

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to