[w3m-dev 02571]

From: Fumitoshi UKAI <ukai@debian.or.jp>
This commit is contained in:
Fumitoshi UKAI
2001-11-27 16:55:46 +00:00
parent 757846c940
commit c99c729780
3 changed files with 16 additions and 2 deletions

6
configure vendored
View File

@@ -1,5 +1,5 @@
#!/bin/sh
# $Id: configure,v 1.21 2001/11/26 09:59:16 ukai Exp $
# $Id: configure,v 1.22 2001/11/27 17:00:41 ukai Exp $
# Configuration.
#
@@ -1271,8 +1271,12 @@ cat > _zmachdep.c << EOF
#include <unistd.h>
main()
{
#ifdef MAXPATHLEN
char path[MAXPATHLEN];
getcwd(path,MAXPATHLEN);
#else
gwtcwd(NULL, 0);
#endif
}
EOF
if $cc $cflags -o _zmachdep _zmachdep.c > /dev/null 2>&1