7d48f4fa3f
handler type.
13 lines
362 B
Text
13 lines
362 B
Text
$NetBSD: patch-configure,v 1.1 2013/07/18 12:05:09 joerg Exp $
|
|
|
|
--- configure.orig 2013-07-17 14:28:44.000000000 +0000
|
|
+++ configure
|
|
@@ -1753,7 +1753,7 @@ int main() { return 0; }
|
|
RETSIGTYPE t(int foo) {
|
|
int i;
|
|
signal(SIGINT,t);
|
|
-return 0; }
|
|
+}
|
|
EOF
|
|
if { (eval echo configure:1672: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
|
rm -rf conftest*
|