aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2020-05-06 10:49:10 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-05-06 10:49:10 +0200
commite7c277845d37d7e655e65f2289e91305cbbe8f09 (patch)
treef021d6371350d67f1d56cf296feb4da5df83c506
parent4d75bfd7edeb0b4d70732bbbf12764995cfdc686 (diff)
downloadgnunet-e7c277845d37d7e655e65f2289e91305cbbe8f09.tar.gz
gnunet-e7c277845d37d7e655e65f2289e91305cbbe8f09.zip
remove obsolete framework option
-rw-r--r--configure.ac19
1 files changed, 0 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac
index a1a89f944..b0bc471f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1521,20 +1521,6 @@ LIBS=$SAVE_LIBS
1521 1521
1522GN_INTLINCL="" 1522GN_INTLINCL=""
1523GN_LIBINTL="$LTLIBINTL" 1523GN_LIBINTL="$LTLIBINTL"
1524AC_ARG_ENABLE(framework,
1525 [AS_HELP_STRING([--enable-framework],[enable Mac OS X framework build helpers])],
1526 enable_framework_build=$enableval)
1527AM_CONDITIONAL(WANT_FRAMEWORK,
1528 test x$enable_framework_build = xyes)
1529AS_IF([test x$enable_framework_build = xyes],
1530 [AC_DEFINE([FRAMEWORK_BUILD],
1531 1,
1532 [Build a Mac OS X Framework])
1533 GN_INTLINCL='-I$(top_srcdir)/src/intlemu'
1534 GN_LIBINTL='$(top_builddir)/src/intlemu/libintlemu.la -framework CoreFoundation'
1535 AC_LIB_APPENDTOVAR([CPPFLAGS],
1536 [$GN_INTLINCL])])
1537
1538GN_LIB_LDFLAGS="-export-dynamic -no-undefined" 1524GN_LIB_LDFLAGS="-export-dynamic -no-undefined"
1539GN_PLUGIN_LDFLAGS="-export-dynamic -avoid-version -module -no-undefined" 1525GN_PLUGIN_LDFLAGS="-export-dynamic -avoid-version -module -no-undefined"
1540 1526
@@ -2009,10 +1995,6 @@ AS_IF([test "x$build_target" = "xlinux" -a "x$enable_experimental" = "xyes"],
2009experimental_msg="no" 1995experimental_msg="no"
2010AS_IF([test "x$enable_experimental" = "xyes"], 1996AS_IF([test "x$enable_experimental" = "xyes"],
2011 [experimental_msg="yes"]) 1997 [experimental_msg="yes"])
2012# -- OSX Framework
2013AS_IF([test "$enable_framework_build" = "yes"],
2014 [macosx_framework_msg="yes"],
2015 [macosx_framework_msg="no"])
2016# -- libidn 2 1998# -- libidn 2
2017AS_IF([test "x$working_libidn2" = x1], 1999AS_IF([test "x$working_libidn2" = x1],
2018 [libidn2_msg="libidn2"]) 2000 [libidn2_msg="libidn2"])
@@ -2165,7 +2147,6 @@ CPPFLAGS: ${CPPFLAGS}
2165LDFLAGS: ${LDFLAGS} 2147LDFLAGS: ${LDFLAGS}
2166LIBS: ${LIBS} 2148LIBS: ${LIBS}
2167Build Target: $build_target 2149Build Target: $build_target
2168Mac OSX framework build: ${macosx_framework_msg}
2169 2150
2170Default Interface: ${interface_msg} 2151Default Interface: ${interface_msg}
2171 2152