aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-support.m4
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-02-19 05:36:45 +0800
committerRaja R Harinath <harinath@src.gnome.org>1998-02-19 05:36:45 +0800
commitc9d932d2395aa2281fba90ad4d02bfbea03b83e1 (patch)
tree80f5294da11cc8853999135067a690bcaabfbeee /macros/gnome-support.m4
parentd59d4dd766874c04cefd339c592763098ea04786 (diff)
downloadgsoc2013-evolution-c9d932d2395aa2281fba90ad4d02bfbea03b83e1.tar.gz
gsoc2013-evolution-c9d932d2395aa2281fba90ad4d02bfbea03b83e1.tar.zst
gsoc2013-evolution-c9d932d2395aa2281fba90ad4d02bfbea03b83e1.zip
Replace `strcasecmp' if necessary.
* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if necessary. - Hari svn path=/trunk/; revision=39
Diffstat (limited to 'macros/gnome-support.m4')
-rw-r--r--macros/gnome-support.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4
index 9286f79b45..28b8e116df 100644
--- a/macros/gnome-support.m4
+++ b/macros/gnome-support.m4
@@ -2,6 +2,6 @@ dnl libsupport stuff
dnl GNOME_SUPPORT_CHECKS
AC_DEFUN([GNOME_SUPPORT_CHECKS],[
AC_CHECK_FUNCS(getopt_long,,LIBOBJS="$LIBOBJS getopt.o getopt1.o")
- AC_REPLACE_FUNCS(strtok_r)
+ AC_REPLACE_FUNCS(strtok_r strcasecmp)
AC_SUBST(LIBOBJS)
])
='deletions'>-3/+4 * devel/glib12 x11-toolkits/gtk12:tijl2014-09-131-1/+1 * mail/wmmaiload: Explicitly link libcrypto (taken from dports)marino2014-02-061-1/+1 * - Fix build on -currentpawel2013-12-241-23/+27 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Add explicit dependency on pkgconf (18 ports)marino2013-09-121-6/+2 * Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)linimon2011-11-101-2/+2 * Mark as broken on sparc64: fails to install.linimon2011-07-161-1/+7 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-5/+4 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * - Update to 2.2.1pav2006-04-261-8/+50 * Reset pat due to no response to email about his status.linimon2006-04-151-1/+1 * Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-0/+1