summaryrefslogtreecommitdiff
path: root/fonttosfnt/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'fonttosfnt/configure.ac')
-rw-r--r--fonttosfnt/configure.ac7
1 files changed, 1 insertions, 6 deletions
diff --git a/fonttosfnt/configure.ac b/fonttosfnt/configure.ac
index 0782b03..73f646c 100644
--- a/fonttosfnt/configure.ac
+++ b/fonttosfnt/configure.ac
@@ -22,7 +22,7 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
-AC_INIT(fonttosfnt,[1.0.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],fonttosfnt)
+AC_INIT(fonttosfnt,[1.0.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],fonttosfnt)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
@@ -32,11 +32,6 @@ AC_PROG_CC
AC_PROG_INSTALL
AC_CHECK_FUNC(setenv, have_setenv=yes, have_setenv=no)
-AC_CHECK_FUNCS([vasprintf])
-AC_CHECK_DECLS([va_copy], [], [], [
- AC_INCLUDES_DEFAULT
- #include <stdarg.h>
-])
AM_CONDITIONAL(NEED_SETENV, [test x$have_setenv = xno])