comparison lib/argp-standalone/patch-configure.ac.patch @ 618:a9b53729d91b

lib/argp-standalone: build shared library (thanks to FreeBSD)
author David Demelier <markand@malikania.fr>
date Tue, 23 Jul 2019 20:20:00 +0200
parents
children
comparison
equal deleted inserted replaced
617:996230e6b946 618:a9b53729d91b
1 --- configure.ac.orig 2004-02-23 17:57:29 UTC
2 +++ configure.ac
3 @@ -17,6 +17,7 @@ AC_PROG_CC
4 AC_PROG_MAKE_SET
5 AC_PROG_RANLIB
6 AM_PROG_CC_STDC
7 +AC_PROG_LIBTOOL
8
9 if test "x$am_cv_prog_cc_stdc" = xno ; then
10 AC_ERROR([the C compiler doesn't handle ANSI-C])