diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2021-04-09 11:57:14 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2021-04-09 18:07:03 +0200 |
commit | 28eb086f5d256a1febd7b0f38f9cd77fac574031 (patch) | |
tree | ca589dd445e9ffd8e5d3427e0bcc6da793ed1cd1 /configure.ac | |
parent | d214ab444e73490f4c95dffd7f376978cbcd3ccc (diff) |
do not #error in clangplugins with --disable-pch
I missed that -building-pch-with-obj is checked by configure (and
used) only if PCHs are used. So remove the error checking and
hope that it gets checked whenever somebody does changes related
to the flag.
Change-Id: Ibdf991169f023dae48dad0dd2929215fb048d57d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113841
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cfc63ed6b6f5..3a03dd38290f 100644 --- a/configure.ac +++ b/configure.ac @@ -5779,7 +5779,6 @@ if test -n "$ENABLE_PCH"; then CFLAGS=$save_CFLAGS if test -n "$BUILDING_PCH_WITH_OBJ"; then AC_MSG_RESULT(yes) - AC_DEFINE(HAVE_BUILDING_PCH_WITH_OBJ) else AC_MSG_RESULT(no) fi |