aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoralthekiller <althekiller@svn>2010-02-15 20:21:43 +0000
committeralthekiller <althekiller@svn>2010-02-15 20:21:43 +0000
commit80d1099d30577b6a6826972823a25b26e4859688 (patch)
tree3c0798cc74a72e608dd4cb51d876edd1d3db2b2f /configure.in
parente5af2cfa0605388c5f5b7af1f6db7fcdd06403ea (diff)
fixed: Load libmodplug only when we need to.
changed: Use system libmodplug on linux fixed: don't configure modplug for linux changed: [OSX] build dynamic libmodplug fixed: [OSX] build libmodplug as .so not .dylib. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27856 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 97411debb2..1885228222 100644
--- a/configure.in
+++ b/configure.in
@@ -1481,7 +1481,7 @@ XB_CONFIG_MODULE([lib/libmodplug], [
CXXFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -fno-common" \
./configure MACOSX_DEPLOYMENT_TARGET=10.4 --with-pic --disable-shared --enable-static
else
- ./configure --with-pic --enable-static
+ true
fi
], [0])