[cairo-commit] configure.ac

Carlos Garcia Campos carlosgc at kemper.freedesktop.org
Sun Aug 30 03:12:42 PDT 2009


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 687462be89fd0ddf6b5412f2cb7b4f7b1a80135c
Author: Carlos Garcia Campos <carlosgc at gnome.org>
Date:   Sun Aug 30 12:07:28 2009 +0200

    [build] Fix a typo in configure.ac

diff --git a/configure.ac b/configure.ac
index 873e791..d1b105e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ AC_CHECK_LIB(z, compress,
 AC_CHECK_LIB(dl, dlsym,
 	     [AC_CHECK_HEADER(dlfcn.h, [
 	      have_dl=yes
-	      AC_DEFINE(HAVE_DL, 1, [Define to 1 if you have dl available]),
+	      AC_DEFINE(HAVE_DL, 1, [Define to 1 if you have dl available])
 	     ], [have_dl=no])], [have_dl=no])
 AM_CONDITIONAL(CAIRO_HAS_DL, test "x$have_dl" = "xyes")
 


More information about the cairo-commit mailing list