diff options
author | Roland McGrath <roland@gnu.org> | 2002-02-17 07:57:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-02-17 07:57:32 +0000 |
commit | 746f400783a0ce9297cc10c37d074699a2b7d371 (patch) | |
tree | f188a429dc5ae8d717abc510c347e4cc0246480b /configure | |
parent | 30537cab78969a27a9f045a812e712cd0ebd9c24 (diff) | |
download | glibc-746f400783a0ce9297cc10c37d074699a2b7d371.tar.gz glibc-746f400783a0ce9297cc10c37d074699a2b7d371.tar.xz glibc-746f400783a0ce9297cc10c37d074699a2b7d371.zip |
* sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
to use BI.creation_time. * mach/Machrules (MIG): Add -x c to CPP value passed down.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/configure b/configure index 013bcb1d8b..369dd5cad1 100755 --- a/configure +++ b/configure @@ -3499,12 +3499,12 @@ else #line 3500 "configure" #include "confdefs.h" #include <stdio.h> -int main() +main() { FILE *f=fopen("conftestval", "w"); - if (!f) return(1); + if (!f) exit(1); fprintf(f, "%d\n", sizeof(long double)); - return(0); + exit(0); } EOF if { (eval echo configure:3511: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null @@ -3737,6 +3737,8 @@ case "$add_ons" in esac + + if test "`(cd $srcdir; pwd)`" = "`pwd`"; then config_makefile= else @@ -3966,6 +3968,7 @@ s%@static_nss@%$static_nss%g s%@nopic_initfini@%$nopic_initfini%g s%@DEFINES@%$DEFINES%g s%@linux_doors@%$linux_doors%g +s%@mach_interface_list@%$mach_interface_list%g s%@VERSION@%$VERSION%g s%@RELEASE@%$RELEASE%g |