diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 12:26:12 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 12:26:12 -0600 |
commit | e4610ffd2d19b9750109cbaa6fd78c8ceed1aecd (patch) | |
tree | daa7a62e1c07662577512a55f3f11f0d355551ad /configure.in | |
parent | 992757cc5ebfb1df42636b8d3269cdbc10fc4148 (diff) |
remove PCH support in dmake-module
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 4ddf3654dcf4..2f8cf7ff03d4 100644 --- a/configure.in +++ b/configure.in @@ -2639,7 +2639,7 @@ AC_SUBST(HYPH_SYSTEM_DIR) AC_SUBST(THES_SYSTEM_DIR) dnl =================================================================== -dnl Set the ENABLE_PCH variable. (Activate --enable-pch) +dnl ENABLE_PCH i now a no-op dnl =================================================================== AC_MSG_CHECKING([whether to enable pch feature]) AC_MSG_RESULT([no, obsolete]) |