[build] Fix a typo in configure.ac

This commit is contained in:
Carlos Garcia Campos 2009-08-30 12:07:28 +02:00
parent a6bcb6260e
commit 687462be89

View file

@ -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")