--- configure.ac | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac index f83aedb..b41062f 100644 --- a/configure.ac +++ b/configure.ac @@ -69,6 +69,9 @@ AC_C_BIGENDIAN AS_CASE([$host], [*mingw32* | *cygwin*], [AC_CHECK_FUNCS(gettimeofday)]) +AS_CASE([$host], + [*os2*], [LDFLAGS="$LDFLAGS -no-undefined"]) + dnl --------------------------------------------- dnl threads dnl --------------------------------------------- -- 1.7.3.2 _______________________________________________ DVDnav-discuss mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss
