mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 05:18:01 +02:00
[build] Fix a typo in configure.ac
This commit is contained in:
parent
a6bcb6260e
commit
687462be89
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue