diff --git a/plugins/php/versions/52/install.sh b/plugins/php/versions/52/install.sh index 816e3f940..7516e0f04 100755 --- a/plugins/php/versions/52/install.sh +++ b/plugins/php/versions/52/install.sh @@ -85,8 +85,6 @@ fi OPTIONS='--without-iconv' if [ $sysName == 'Darwin' ]; then OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype" -else - OPTIONS="${OPTIONS} --with-readline" fi IS_64BIT=`getconf LONG_BIT` diff --git a/plugins/php/versions/53/install.sh b/plugins/php/versions/53/install.sh index cf8d799be..49906af25 100755 --- a/plugins/php/versions/53/install.sh +++ b/plugins/php/versions/53/install.sh @@ -68,8 +68,6 @@ OPTIONS='--without-iconv' if [ $sysName == 'Darwin' ]; then OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype" -else - OPTIONS="${OPTIONS} --with-readline" fi IS_64BIT=`getconf LONG_BIT`