diff options
author | saintdev <[email protected]> | 2008-03-23 23:54:21 +0000 |
---|---|---|
committer | saintdev <[email protected]> | 2008-03-23 23:54:21 +0000 |
commit | 9b6a698b3a9da70e0cd8095bd20e05ddb655e85e (patch) | |
tree | 60102c0ecd0b2e79c172ff0b37b729f3da86cbba /configure | |
parent | b8a3225525f7cb2be92b23611de9b1fb799edf32 (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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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*) |