diff options
author | Raja R Harinath <harinath@src.gnome.org> | 1998-04-01 11:48:15 +0800 |
---|---|---|
committer | Raja R Harinath <harinath@src.gnome.org> | 1998-04-01 11:48:15 +0800 |
commit | a0487eaeb01996bfeed740c78862e0b15b66d6cd (patch) | |
tree | 2eb2d001204ab70063363e0b53a75fbd5a2f491c /macros/gnome-support.m4 | |
parent | b254597d852bb11492d11c8ae6976e4f58ea0d42 (diff) | |
download | gsoc2013-evolution-a0487eaeb01996bfeed740c78862e0b15b66d6cd.tar gsoc2013-evolution-a0487eaeb01996bfeed740c78862e0b15b66d6cd.tar.gz gsoc2013-evolution-a0487eaeb01996bfeed740c78862e0b15b66d6cd.tar.bz2 gsoc2013-evolution-a0487eaeb01996bfeed740c78862e0b15b66d6cd.tar.lz gsoc2013-evolution-a0487eaeb01996bfeed740c78862e0b15b66d6cd.tar.xz gsoc2013-evolution-a0487eaeb01996bfeed740c78862e0b15b66d6cd.tar.zst gsoc2013-evolution-a0487eaeb01996bfeed740c78862e0b15b66d6cd.zip |
Look for vasprintf.
* gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf.
svn path=/trunk/; revision=82
Diffstat (limited to 'macros/gnome-support.m4')
-rw-r--r-- | macros/gnome-support.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4 index c2b28b458c..a2b618ae41 100644 --- a/macros/gnome-support.m4 +++ b/macros/gnome-support.m4 @@ -57,7 +57,7 @@ AC_DEFUN([GNOME_SUPPORT_CHECKS],[ LIBOBJS="$LIBOBJS easy-vsnprintf.o", LIBOBJS="$LIBOBJS vsnprintf.o")]) - AC_REPLACE_FUNCS(strtok_r strcasecmp strndup strnlen) + AC_REPLACE_FUNCS(strtok_r strcasecmp strndup strnlen vasprintf) if test "$LIBOBJS" != ""; then need_gnome_support=yes |