Commit 6f3129f8 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

contrib: Fix dvdread patch

parent cb2e43a2
Index: configure.ac Index: configure.ac
=================================================================== ===================================================================
--- configure.ac (revision 1107) --- configure.ac (revision 1157)
+++ configure.ac (working copy) +++ configure.ac (working copy)
@@ -137,24 +137,59 @@ @@ -137,27 +137,59 @@
dnl --------------------------------------------- dnl ---------------------------------------------
dnl dynamic linker dnl dynamic linker
dnl --------------------------------------------- dnl ---------------------------------------------
...@@ -14,12 +14,15 @@ Index: configure.ac ...@@ -14,12 +14,15 @@ Index: configure.ac
- *cygwin*) - *cygwin*)
- LDFLAGS="-no-undefined $LDFLAGS" - LDFLAGS="-no-undefined $LDFLAGS"
- ;; - ;;
- *os2*)
- LDFLAGS="-no-undefined -Zbin-files $LDFLAGS"
- ;;
- *) - *)
- AC_CHECK_LIB(c, dlopen, - AC_CHECK_LIB(c, dlopen,
- DYNAMIC_LD_LIBS="", - DYNAMIC_LD_LIBS="",
- AC_CHECK_LIB(dl, dlopen, - AC_CHECK_LIB(dl, dlopen,
- DYNAMIC_LD_LIBS="-ldl", - DYNAMIC_LD_LIBS="-ldl",
- AC_MSG_ERROR(dynamic linker needed))) - AC_MSG_ERROR(dynamic linker needed)))
- AC_SUBST(DYNAMIC_LD_LIBS) - AC_SUBST(DYNAMIC_LD_LIBS)
- ;; - ;;
-esac -esac
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment