diff options
Diffstat (limited to 'fixincludes/configure.ac')
-rw-r--r-- | fixincludes/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixincludes/configure.ac b/fixincludes/configure.ac index 8499032db81..f3eeb76c3b5 100644 --- a/fixincludes/configure.ac +++ b/fixincludes/configure.ac @@ -11,7 +11,7 @@ AC_PROG_CC # AC_ARG_ENABLE([twoprocess], [ --enable-twoprocess Use a separate process to apply the fixes], -[if test "x$enable_twoprocess" = yes; then +[if test "x$enable_twoprocess" = xyes; then TARGET=twoprocess else TARGET=oneprocess |