summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 15bcc12..dcdbdf0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -108,8 +108,7 @@ AC_ARG_WITH(launchd-id-prefix, AS_HELP_STRING([--with-launchd-id-prefix=PATH],
[ bundleidprefix="${withval}" ],
[ bundleidprefix="org.x" ])
AC_ARG_WITH(bundle-id-prefix, AS_HELP_STRING([--with-bundle-id-prefix=PATH], [Prefix to use for bundle identifiers (default: org.x)]),
- [ bundleidprefix="${withval}" ],
- [ bundleidprefix="org.x" ])
+ [ bundleidprefix="${withval}" ])
if test "x$LAUNCHD" = "xauto"; then
unset LAUNCHD