summaryrefslogtreecommitdiffstats
path: root/pts/test-resources
diff options
context:
space:
mode:
Diffstat (limited to 'pts/test-resources')
-rwxr-xr-xpts/test-resources/graphics-magick/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts/test-resources/graphics-magick/install.sh b/pts/test-resources/graphics-magick/install.sh
index 5444c3b..0d51340 100755
--- a/pts/test-resources/graphics-magick/install.sh
+++ b/pts/test-resources/graphics-magick/install.sh
@@ -6,7 +6,7 @@ THIS_DIR=$(pwd)
mkdir $THIS_DIR/gm_
cd GraphicsMagick-1.3.3/
-./configure --prefix=$THIS_DIR/gm_ > /dev/null
+./configure --without-perl --prefix=$THIS_DIR/gm_ > /dev/null
make -j $NUM_CPU_JOBS
make install
cd ..