summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorsaintdev <[email protected]>2008-03-23 23:54:21 +0000
committersaintdev <[email protected]>2008-03-23 23:54:21 +0000
commit9b6a698b3a9da70e0cd8095bd20e05ddb655e85e (patch)
tree60102c0ecd0b2e79c172ff0b37b729f3da86cbba /configure
parentb8a3225525f7cb2be92b23611de9b1fb799edf32 (diff)
Update configure to allow dynamic linking on linux.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1361 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6af9a8526..2018e7937 100755
--- 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*)