configure.in: Make gthr-default.h a forwarding header instead of a symlink.

* configure.in: Make gthr-default.h a forwarding header instead of
        a symlink.

From-SVN: r17290
This commit is contained in:
Scott Snyder 1998-01-03 17:02:05 -07:00 committed by Jeff Law
parent 86e011adce
commit db0d1ed937
3 changed files with 145 additions and 138 deletions

View File

@ -1,3 +1,8 @@
Sun Jan 4 01:01:50 1998 scott snyder <snyder@d0sgif.fnal.gov>
* configure.in: Make gthr-default.h a forwarding header instead of
a symlink.
Sat Jan 3 12:08:06 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcov-io.h: Include sys/types.h to ensure we get size_t.

274
gcc/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
# configure.in for GNU CC
# Process this file with autoconf to generate a configuration script.
# Copyright (C) 1997 Free Software Foundation, Inc.
# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
#This file is part of GNU CC.
@ -2982,7 +2982,7 @@ done
gthread_flags=
if [[ $thread_file != single ]]; then
rm -f gthr-default.h
$symbolic_link gthr-${thread_file}.h gthr-default.h
echo "#include \"gthr-${thread_file}.h\"" > gthr-default.h
gthread_flags=-DHAVE_GTHR_DEFAULT
fi
AC_SUBST(gthread_flags)