aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-29 11:09:23 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-29 11:09:23 +0000
commitec806854c5bfc98137075987a54b6c3c08fc7635 (patch)
tree6f15fe4383425f26497b4ed28acb70a521140575 /configure
parent[w3m-dev 02587] (diff)
downloadw3m-ec806854c5bfc98137075987a54b6c3c08fc7635.tar.gz
w3m-ec806854c5bfc98137075987a54b6c3c08fc7635.zip
[w3m-dev 02588]
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to '')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 7e319f3..85b1edd 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.26 2001/11/29 10:22:58 ukai Exp $
+# $Id: configure,v 1.27 2001/11/29 11:09:23 ukai Exp $
# Configuration.
#
@@ -1612,7 +1612,7 @@ if [ "$use_alarm" = y ]; then
main()
{
int sa = SIGALRM;
- void (*)() = alarm;
+ void (*a)() = alarm;
}
EOF
if $cc $cflags -o _zmachdep _zmachdep.c > /dev/null 2>&1