Take -DWX_PRECOMP out of GCC_PRAGMA_FLAGS and put it into its own PCH_FLAGS.
authorDavid Elliott <dfe@tgwbd.org>
Tue, 18 Jan 2005 21:22:42 +0000 (21:22 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Tue, 18 Jan 2005 21:22:42 +0000 (21:22 +0000)
commitd20834167ebc75da9d79fefbd3d1134ad9c8f65a
tree14fd2991480ead6b6c217d83b6f78a85fae65a93
parentbdbb07ede301533656f57e94a2739d6614f02524
Take -DWX_PRECOMP out of GCC_PRAGMA_FLAGS and put it into its own PCH_FLAGS.
If -DNO_GCC_PRAGMA is included in GCC_PRAGMA_FLAGS (because the platform
always requires it) then it won't be duplicated in PCH_FLAGS, but if
the platform does not normally need -DNO_GCC_PRAGMA then the flag
will be included in PCH_FLAGS because PCH always requires it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in