aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
authorMark Crichton <crichton@src.gnome.org>1999-03-01 13:21:53 +0800
committerMark Crichton <crichton@src.gnome.org>1999-03-01 13:21:53 +0800
commit6c842e8bbd4d96a1741e33dc4ff330aa9eb887d6 (patch)
tree8d00307d50f442f560e18f1ff98c5aa7e1fa5b74 /macros
parentc97af7103f0558993b505f5d8199bca7caacc836 (diff)
downloadgsoc2013-evolution-6c842e8bbd4d96a1741e33dc4ff330aa9eb887d6.tar.gz
gsoc2013-evolution-6c842e8bbd4d96a1741e33dc4ff330aa9eb887d6.tar.zst
gsoc2013-evolution-6c842e8bbd4d96a1741e33dc4ff330aa9eb887d6.zip
Ok, this was bugging me.... ....for a while my objc compiler was borked. I
Ok, this was bugging me.... ....for a while my objc compiler was borked. I had it, but it didn't work. gnome-network would abuse and abuse me since it only checked for the objc compiler and not gnome-objc. Noticed we didn't have a HAVE_GNOME_OBJC conditional, so I added it. It works (so far...) Mark Crichton svn path=/trunk/; revision=718
Diffstat (limited to 'macros')
-rw-r--r--macros/ChangeLog4
-rw-r--r--macros/gnome-objc-checks.m47
2 files changed, 11 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index cbeb877758..0525463531 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,7 @@
+1998-03-01 Mark Crichton <crichton@gimp.org>
+
+ * gnome-objc-checks : Added HAVE_GNOME_OBJC conditional
+
1998-02-27 Gregory McLean <gregm@comstar.net>
* gnome-x-checks.m4 : Require at least gtk+ 1.2 (pointless getting
diff --git a/macros/gnome-objc-checks.m4 b/macros/gnome-objc-checks.m4
index aa7fc580e5..dc9691cf20 100644
--- a/macros/gnome-objc-checks.m4
+++ b/macros/gnome-objc-checks.m4
@@ -62,10 +62,17 @@ AC_DEFUN([GNOME_INIT_OBJC],
if test -f $my_gnome_libdir/obGnomeConf.sh; then
. $my_gnome_libdir/obGnomeConf.sh
AC_MSG_RESULT(found $my_gnome_libdir)
+ ac_cv_have_gnome_objc=yes
else
AC_MSG_RESULT(not found)
AC_MSG_WARN(Could not find the obGnomeConf.sh file that is generated by gnome-objc install)
+ ac_cv_have_gnome_objc=no
fi
+
+ dnl Add a conditional on whether or not we have gnome-objc
+ AM_CONDITIONAL(HAVE_GNOME_OBJC, test x$ac_cv_have_gnome_objc = xyes)
+ HAVE_GNOME_OBJC=$ac_cv_have_gnome_objc
+
AC_SUBST(OBGNOME_INCLUDEDIR)
AC_SUBST(OBGNOME_LIBS)
AC_SUBST(OBGTK_LIBS)
an class='insertions'>+4 * - Update to 1.5.2sem2015-02-203-5/+7 * - Do not remove /var/run/unbound for smooth upgrading.sem2014-12-102-2/+1 * - Fix build with pythonsem2014-12-102-5/+3 * - Upgrade to 1.5.1. It fixes CVE-2014-8602.sem2014-12-092-3/+4 * - Remove redundant build,run options for python dependencysem2014-12-061-1/+1 * - Fix python dependencysem2014-12-061-1/+1 * - Update to 1.5.0sem2014-12-065-25/+9 * Remove BROKEN for LIBEVENT and 10.0+ and replace with an appropriatefeld2014-12-012-2/+6 * Cleanup plistbapt2014-10-271-5/+0 * dns/unbound: check OPSYS with OSVERION (check broke DragonFly)marino2014-10-241-2/+2 * - Convert ports from dns/, editors/ and emulators/ to newmva2014-10-191-1/+1 * Correct last patch. There is only one libevent now.feld2014-10-161-7/+4 * Mark unbound BROKEN for FreeBSD 10.0+ if built with libeventfeld2014-10-161-1/+7 * dns/unbound: Fix packaging with PYTHON option enabledkoobs2014-08-272-2/+2 * - Switch dns/unbound to USES=libtool, drop .la filesamdmi32014-08-222-6/+5 * Only use libevent2bapt2014-07-241-13/+5 * Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-151-1/+1 * Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-101-1/+1 * - Run unbound even when unbound-anchors failssem2014-05-152-2/+3 * Bump port revision after I changed LIB_DEPENDS.peter2014-04-181-1/+1 * Fix apparent typo in LIB_PATH that prevented build with LIBEVENT14peter2014-04-181-1/+1 * - Really fix unbound_anchorflagssem2014-04-132-8/+18 * - Fix unbound_anchorflags in RC scriptsem2014-04-111-1/+1 * - Update to 1.4.22sem2014-03-134-25/+12 * - Add STAGE supportzi2014-03-043-24/+51 * - Hide output of check config commandsem2014-02-081-1/+1 * - Remove chown ${ETCDIR}sem2014-01-171-1/+0 * - unbound was imported into base in r255597 with group 'unbound'. Chasebdrewery2013-10-031-0/+2 * - Update to 1.4.21sem2013-09-234-13/+13 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Do not depend on security/openssl if openssl in base is sufficient.sem2013-09-051-11/+8 * - Add libevent-2.0 optionsem2013-04-301-2/+14 * - Update to 1.4.20sem2013-03-262-3/+3 * - Update to 1.1.19sem2012-12-142-6/+14 * - Mention in options that ECDSA requires OpenSSL from portssem2012-11-191-1/+1 * - Update ldns to 1.6.15 [1]ak2012-10-311-1/+1 * - Fix permissions on munin scriptsem2012-09-111-2/+2 * - Run unbound-checkconf on startupsem2012-09-09