aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 4366f65..0e6c7ed 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.35 2001/12/09 13:59:04 ukai Exp $
+# $Id: configure,v 1.36 2001/12/17 16:18:18 ukai Exp $
# Configuration.
#
@@ -1416,7 +1416,7 @@ then
else
echo "You don't have sigsetjmp()."
def_setjmp="#define SETJMP(env) setjmp(env)"
- def_longjmp="#define LONGJMP(env,val) longjmp(env)"
+ def_longjmp="#define LONGJMP(env,val) longjmp(env,val)"
def_jmpbuf="#define JMP_BUF jmp_buf"
fi