summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-01-14 10:23:57 +0100
committerDavid Tardon <dtardon@redhat.com>2012-01-15 20:12:01 +0100
commitc475316c00056ab2c59438fb78705c2a851f292b (patch)
tree74f9703b3a32157ddf88a432eb10973004fafbdf /config_host.mk.in
parentf4092cb7657b0a403078d593cb612431858150ca (diff)
simplify handling of JITC_PROCESSOR_TYPE
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 280c84432865..f8b0d8110f55 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -173,7 +173,7 @@ export INSTALLDIR="@INSTALLDIR@"
export INSTALLDIRNAME="@INSTALLDIRNAME@"
export INTRO_BIPMAP="@INTRO_BITMAP@"
@x_JAVALIB@ export JAVALIB="@JAVALIB@"
-export JITC_PROCESSOR_TYPE_EXPORT="@JITC_PROCESSOR_TYPE_EXPORT@"
+export JITC_PROCESSOR_TYPE="@JITC_PROCESSOR_TYPE@"
export JFREEREPORT_JAR="@JFREEREPORT_JAR@"
export KDE4_CFLAGS="@KDE4_CFLAGS@"
export KDE4_LIBS="@KDE4_LIBS@"