forked from pool/ghostscript
f5c3d843dc
Version upgrade to 9.19rc1 (first release candidate for 9.18) OBS-URL: https://build.opensuse.org/request/show/375066 OBS-URL: https://build.opensuse.org/package/show/Printing/ghostscript?expand=0&rev=65
12 lines
433 B
Diff
12 lines
433 B
Diff
--- configure.ac.orig 2016-03-14 11:17:22.000000000 +0100
|
|
+++ configure.ac 2016-03-18 10:09:02.000000000 +0100
|
|
@@ -393,7 +393,7 @@ if test "x$ac_cv_header_inttypes_h" = xy
|
|
fi
|
|
|
|
AC_CHECK_LIB([dl], [dlopen],
|
|
- AC_CHECK_HEADER([dlfcn.h], [GCFLAGS="$GCFLAGS -DHAVE_LIBDL=1";LIBS="-ldl $LIBS"])
|
|
+ [AC_CHECK_HEADER([dlfcn.h], [GCFLAGS="$GCFLAGS -DHAVE_LIBDL=1";LIBS="-ldl $LIBS"])]
|
|
)
|
|
echo $LIBS
|
|
|