summaryrefslogtreecommitdiff
path: root/fixincludes/configure
diff options
context:
space:
mode:
Diffstat (limited to 'fixincludes/configure')
-rwxr-xr-xfixincludes/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixincludes/configure b/fixincludes/configure
index d5da756ada8..b0116f9cad7 100755
--- a/fixincludes/configure
+++ b/fixincludes/configure
@@ -2347,7 +2347,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# Check whether --enable-twoprocess or --disable-twoprocess was given.
if test "${enable_twoprocess+set}" = set; then
enableval="$enable_twoprocess"
- if test "x$enable_twoprocess" = yes; then
+ if test "x$enable_twoprocess" = xyes; then
TARGET=twoprocess
else
TARGET=oneprocess