diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-03-06 22:58:23 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-03-06 22:58:23 +0800 |
commit | 2585b48f24a4a509e4690d28e323c1661f194c74 (patch) | |
tree | e1500f5e25f931ae8fe5723e151f4d83aa21491c /configure.in | |
parent | d8298a3e80b2fa4f2bbed96763ef8e67fc813626 (diff) | |
download | gsoc2013-evolution-2585b48f24a4a509e4690d28e323c1661f194c74.tar.gz gsoc2013-evolution-2585b48f24a4a509e4690d28e323c1661f194c74.tar.zst gsoc2013-evolution-2585b48f24a4a509e4690d28e323c1661f194c74.zip |
Added AC_C_INLINE - this should fix bug #39171.
2003-03-06 Jeffrey Stedfast <fejj@ximian.com>
* configure.in: Added AC_C_INLINE - this should fix bug #39171.
svn path=/trunk/; revision=20190
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index c4731081bd..f09528964b 100644 --- a/configure.in +++ b/configure.in @@ -16,6 +16,7 @@ AM_MAINTAINER_MODE AC_ISC_POSIX AC_PROG_CC AC_PROG_CPP +AC_C_INLINE AM_PROG_LEX AC_PROG_YACC case $YACC in |