diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2013-11-06 13:37:15 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2013-11-06 13:37:15 +0100 |
commit | 64c45d2e2227d830fba647ea8c228db8c1dff55a (patch) | |
tree | 4dfaa8fc6d7f286af888da7591fc4950127294f5 /configure.ac | |
parent | ba481760b9117e10edb4bb9a6e30ee7b0b423983 (diff) | |
download | gnutls-64c45d2e2227d830fba647ea8c228db8c1dff55a.tar.gz |
fixes in libopts compilation
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index bc9ba4aa39..4459b94fee 100644 --- a/configure.ac +++ b/configure.ac @@ -40,6 +40,7 @@ gl_EARLY AM_PROG_AS AM_PROG_AR AC_PROG_CXX +AM_PROG_CC_C_O AC_CHECK_PROG([AUTOGEN], [autogen], [autogen], [/bin/true]) if test x"$AUTOGEN" = "x/bin/true"; then |