diff options
author | Andras Timar <atimar@suse.com> | 2011-11-21 10:05:00 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-11-21 10:05:20 +0100 |
commit | 37676d162c29331c9f6235cf51406db8aaf8dfba (patch) | |
tree | f97cec972ae243eefe3bddc3024a7c7f7994c788 /configure.in | |
parent | 5fc21e87b9bcc55a542c4e675f4b78cc578026d1 (diff) |
only one launcher icon for silent MSI
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 49d3b8edc2eb..eebcc78f2230 100644 --- a/configure.in +++ b/configure.in @@ -8468,6 +8468,7 @@ if test "z$enable_silent_msi" = "z" -o "z$enable_silent_msi" = "zno" ; then else AC_MSG_RESULT([yes]) ENABLE_SILENT_MSI="TRUE" + SCPDEFS="$SCPDEFS -DENABLE_SILENT_MSI" fi AC_SUBST(ENABLE_SILENT_MSI) |