Skip to content

Commit

Permalink
Export --enable-builtin-extensions to subprojects.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian Amlie committed Sep 5, 2013
1 parent 3647609 commit 79d1bab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ AC_ARG_ENABLE([builtin-extensions], [AS_HELP_STRING([Build binaries with builtin
])
AM_CONDITIONAL([ENTERPRISE_BUILTIN_EXTENSIONS], [test "x$enable_builtin_extensions" = "xyes"])
AS_IF([test "x$enable_builtin_extensions" = "xyes"], [AC_DEFINE([ENTERPRISE_BUILTIN_EXTENSIONS], [1], [Define if you want builtin Enterprise extensions])])
AC_SUBST([enable_builtin_extensions])

dnl ######################################################################
dnl Configure files layout
Expand Down
2 changes: 2 additions & 0 deletions configure_flags.env.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ AGENT_LDADD="@LIBVIRT_LIBS@ @POSTGRESQL_LIBS@ @MYSQL_LIBS@ @LIBXML2_LIBS@"
hw_cv_func_mkdir_proper="@hw_cv_func_mkdir_proper@"
hw_cv_func_stat_proper="@hw_cv_func_stat_proper@"
hw_cv_func_rename_proper="@hw_cv_func_rename_proper@"

enable_builtin_extensions="@enable_builtin_extensions@"

0 comments on commit 79d1bab

Please sign in to comment.