aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index 58b9483..d014575 100755
--- a/configure.sh
+++ b/configure.sh
@@ -106,7 +106,7 @@ then
echo "libjpeg: Configuring..."
cd ${NAME}
- ./configure --prefix=${LIBJPEG_DIR}
+ ./configure --prefix=${LIBJPEG_DIR} --enable-shared=no
echo "libjpeg: Building..."
${MAKE}