summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index 09eb38a..8a4ce44 100755
--- a/configure
+++ b/configure
@@ -4423,13 +4423,17 @@ You can download GNU Gettext from ftp.gnu.org
" "$LINENO" 5
fi
+PATCH_WRAPPER=
# Check whether --with-patch-wrapper was given.
if test "${with_patch_wrapper+set}" = set; then :
withval=$with_patch_wrapper;
+ if test "$withval" = yes ; then
+ PATCH_WRAPPER=$withval
+ fi
+
fi
-PATCH_WRAPPER=$withval
if test $USE_NLS = no ; then