aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3fd300970..042741d2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -150,7 +150,7 @@ HAVE_GLOBALCFG=""
150AC_SUBST([HAVE_GLOBALCFG]) 150AC_SUBST([HAVE_GLOBALCFG])
151AC_ARG_ENABLE([globalcfg], 151AC_ARG_ENABLE([globalcfg],
152 [AS_HELP_STRING([--disable-globalcfg], 152 [AS_HELP_STRING([--disable-globalcfg],
153 [if the global config file firejail.cfg is not present, continue the program using defaults])]) 153 [if the global config file firejail.config is not present, continue the program using defaults])])
154AS_IF([test "x$enable_globalcfg" != "xno"], [ 154AS_IF([test "x$enable_globalcfg" != "xno"], [
155 HAVE_GLOBALCFG="-DHAVE_GLOBALCFG" 155 HAVE_GLOBALCFG="-DHAVE_GLOBALCFG"
156]) 156])