diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-27 13:07:04 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:32 -0400 |
commit | 902b004de76d1a596dc2c277193aa0cd7c2b173f (patch) | |
tree | 346c80a0b441026bd058fc88530dce8af6f1eca7 /configure.in | |
parent | 9369beb85b3d65eabfce93b0f0ed59da824b5236 (diff) | |
download | fork-ledger-902b004de76d1a596dc2c277193aa0cd7c2b173f.tar.gz fork-ledger-902b004de76d1a596dc2c277193aa0cd7c2b173f.tar.bz2 fork-ledger-902b004de76d1a596dc2c277193aa0cd7c2b173f.zip |
Changes to make 'make dist' work.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |