blob: f72c2e3eebadcb943dd1ca243f3c7d22753c746e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- configure.orig 2014-06-13 22:52:28 UTC
+++ configure
@@ -4730,7 +4730,8 @@ if test "$cross_compiling" = yes; then :
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-main(){exit(0);}
+#include <stdlib.h>
+int main(void) { exit(0); }
_ACEOF
if ac_fn_c_try_run "$LINENO"; then :
ac_export_dynamic=yes
|