diff --git a/configure b/configure index 6ac5807892..3fe8d43fce 100755 --- a/configure +++ b/configure @@ -494,7 +494,7 @@ for opt do ;; --enable-pp) pp="yes" ;; - --enable-shared-pp) shared_pp="yes" + --enable-shared-pp) pp="yes"; shared_pp="yes" ;; --enable-libgsm) libgsm="yes" extralibs="$extralibs -lgsm"