diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-11-27 15:35:02 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-11-27 15:35:02 +0100 |
commit | 49313b0626356f4726dc3bd52b237bbb81928a36 (patch) | |
tree | 6c566f26d5d56a61f2d5eb814512893a12bcf4c5 /config_host.mk.in | |
parent | a0a58556f36cbf396f5139e18881720ed838ddd4 (diff) |
Make python3 work with custom VALGRIND_CFLAGS
Change-Id: Ia4b08a1b20bf46af4d06c0478ed8e795ee543703
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index fdb3c334cd1d..a9a73350ccf1 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -179,6 +179,7 @@ export ENABLE_SILENT_MSI=@ENABLE_SILENT_MSI@ export ENABLE_SYMBOLS=@ENABLE_SYMBOLS@ export ENABLE_SYSTRAY_GTK=@ENABLE_SYSTRAY_GTK@ export ENABLE_TELEPATHY=@ENABLE_TELEPATHY@ +export ENABLE_VALGRIND=@ENABLE_VALGRIND@ export ENABLE_ZENITY=@ENABLE_ZENITY@ export EPM=@EPM@ export EPM_FLAGS=@EPM_FLAGS@ |