gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: remove obsolete framework option


From: gnunet
Subject: [gnunet] branch master updated: remove obsolete framework option
Date: Wed, 06 May 2020 10:54:07 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new e7c277845 remove obsolete framework option
e7c277845 is described below

commit e7c277845d37d7e655e65f2289e91305cbbe8f09
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Wed May 6 10:49:10 2020 +0200

    remove obsolete framework option
---
 configure.ac | 19 -------------------
 1 file changed, 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
 
 GN_INTLINCL=""
 GN_LIBINTL="$LTLIBINTL"
-AC_ARG_ENABLE(framework,
-              [AS_HELP_STRING([--enable-framework],[enable Mac OS X framework 
build helpers])],
-              enable_framework_build=$enableval)
-AM_CONDITIONAL(WANT_FRAMEWORK,
-               test x$enable_framework_build = xyes)
-AS_IF([test x$enable_framework_build = xyes],
-      [AC_DEFINE([FRAMEWORK_BUILD],
-                 1,
-                 [Build a Mac OS X Framework])
-      GN_INTLINCL='-I$(top_srcdir)/src/intlemu'
-      GN_LIBINTL='$(top_builddir)/src/intlemu/libintlemu.la -framework 
CoreFoundation'
-      AC_LIB_APPENDTOVAR([CPPFLAGS],
-                         [$GN_INTLINCL])])
-
 GN_LIB_LDFLAGS="-export-dynamic -no-undefined"
 GN_PLUGIN_LDFLAGS="-export-dynamic -avoid-version -module -no-undefined"
 
@@ -2009,10 +1995,6 @@ AS_IF([test "x$build_target" = "xlinux" -a 
"x$enable_experimental" = "xyes"],
 experimental_msg="no"
 AS_IF([test "x$enable_experimental" = "xyes"],
       [experimental_msg="yes"])
-# -- OSX Framework
-AS_IF([test "$enable_framework_build" = "yes"],
-      [macosx_framework_msg="yes"],
-      [macosx_framework_msg="no"])
 # -- libidn 2
 AS_IF([test "x$working_libidn2" = x1],
       [libidn2_msg="libidn2"])
@@ -2165,7 +2147,6 @@ CPPFLAGS:                       ${CPPFLAGS}
 LDFLAGS:                        ${LDFLAGS}
 LIBS:                           ${LIBS}
 Build Target:                   $build_target
-Mac OSX framework build:        ${macosx_framework_msg}
 
 Default Interface:              ${interface_msg}
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]