OSDN Git Service

Update configure to allow dynamic linking on linux.
authorsaintdev <saintdev@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 23 Mar 2008 23:54:21 +0000 (23:54 +0000)
committersaintdev <saintdev@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sun, 23 Mar 2008 23:54:21 +0000 (23:54 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1361 b64f7644-9d1e-0410-96f1-a4d463321fa5

configure

index 6af9a85..2018e79 100755 (executable)
--- a/configure
+++ b/configure
@@ -49,7 +49,7 @@ case $SYSTEM in
 
   Linux)
     DEFINES="$DEFINES SYS_LINUX USE_PTHREAD _LARGEFILE_SOURCE _FILE_OFFSET_BITS=64"
-    LINKLIBS="$LINKLIBS -lpthread"
+    LINKLIBS="$LINKLIBS -lpthread -ldl"
     ;;
 
   CYGWIN*)