[w3m-dev 02588]

From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
Fumitoshi UKAI
2001-11-29 11:09:23 +00:00
parent 03c75fd026
commit ec806854c5
2 changed files with 7 additions and 2 deletions

4
configure vendored
View File

@@ -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