aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-support.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros/gnome-support.m4')
-rw-r--r--macros/gnome-support.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4
index 71463287c1..d05cad7fa2 100644
--- a/macros/gnome-support.m4
+++ b/macros/gnome-support.m4
@@ -28,7 +28,8 @@ AC_DEFUN([GNOME_SUPPORT_CHECKS],[
AC_CHECK_FUNCS(vsnprintf,,[
AC_CHECK_FUNCS(__vsnprintf,
- LIBOBJS="$LIBOBJS easy-vsnprintf.o",LIBOBJS="$LIBOBJS vsnprint.o")])
+ LIBOBJS="$LIBOBJS easy-vsnprintf.o",
+ LIBOBJS="$LIBOBJS vsnprintf.o")])
AC_REPLACE_FUNCS(strtok_r strcasecmp strndup strnlen)