Signed-off-by: Lukas Märdian <[email protected]>
---
 e-wm/e-wm-config-illume2-shr/configure.ac |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/e-wm/e-wm-config-illume2-shr/configure.ac 
b/e-wm/e-wm-config-illume2-shr/configure.ac
index 9175b56..833126d 100644
--- a/e-wm/e-wm-config-illume2-shr/configure.ac
+++ b/e-wm/e-wm-config-illume2-shr/configure.ac
@@ -39,6 +39,16 @@ AC_ARG_WITH(eet-eet,
 ])
 AC_SUBST(eet_eet)
 
+##############################################################################
+# check for PalmPre
+AM_CONDITIONAL( [WANT_PPP], [test x"$ppp" = x"yes"])
+AC_ARG_ENABLE(machine-palmpre,
+  [  --enable-machine-palmpre            Use palmpre theme (default=disabled)],
+  [palmpre=$enableval],
+  [palmpre="no"])
+AM_CONDITIONAL( [WANT_MACHINE_PALMPRE], [test x"$palmpre" = x"yes"])
+##############################################################################
+
 
 AC_OUTPUT([
 Makefile
-- 
1.7.1

_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to