You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -56,6 +56,8 @@ fi
|
|
|
|
AC_CHECK_TOOL(CC, gcc)
|
|
AC_PROG_CC
|
|
+AM_PROG_CC_C_O
|
|
+AM_PROG_AS
|
|
# We need this for older versions of Autoconf.
|
|
_AM_DEPENDENCIES(CC)
|
|
|
|
|