diff options
author | Lubos Lunak <l.lunak@suse.cz> | 2012-12-26 13:57:24 +0100 |
---|---|---|
committer | Lubos Lunak <l.lunak@suse.cz> | 2012-12-26 13:57:24 +0100 |
commit | 34e53da47bee5c1799339e8e550662d55f01555a (patch) | |
tree | 5761af2a77997673fe6f3f67c1c4717711b84b8b | |
parent | 6340adaf8b22cb36ce71a0eecfa066f350cfae7e (diff) |
add a systematic solution
-rw-r--r-- | configure.ac | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index d5ce6afca0a0..e5b44dac4121 100644 --- a/configure.ac +++ b/configure.ac @@ -4165,11 +4165,7 @@ if test "$cross_compiling" = "yes"; then config_host.mk.in \ configure \ Makefile.in \ - config/config_clang.h.in \ - config/config_global.h.in \ - config/config_graphite.h.in \ - config/config_telepathy.h.in \ - config/config_vclplug.h.in \ + config/config_*.h.in \ bin/get_config_variables \ $srcdir/solenv/bin/getcompver.awk \ $SRC_ROOT/solenv/inc/langlist.mk \ |