From 902b004de76d1a596dc2c277193aa0cd7c2b173f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 27 Apr 2007 13:07:04 +0000 Subject: Changes to make 'make dist' work. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 87be65bd..c65ec096 100644 --- a/configure.in +++ b/configure.in @@ -322,7 +322,7 @@ AC_ARG_ENABLE(pch, yes) pch=true ;; no) pch=false ;; *) AC_MSG_ERROR(bad value ${enableval} for --enable-pch) ;; - esac],[pch=true]) + esac],[pch=false]) AM_CONDITIONAL(USE_PCH, test x$pch = xtrue) -- cgit v1.2.3