summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 41d93e3645..8fb238e8fa 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2040,12 +2040,17 @@ AC_ARG_WITH(i18n-swat,
yes)
AC_MSG_RESULT(yes)
AC_DEFINE(I18N_SWAT)
+ i18n_swat="yes"
;;
*)
AC_MSG_RESULT(no)
+ i18n_swat="no"
;;
- esac ],
- AC_MSG_RESULT(no)
+ esac
+ AC_SUBST(i18n_swat) ],
+ [ AC_MSG_RESULT(no)
+ i18n_swat="no"
+ AC_SUBST(i18n_swat) ]
)
#################################################