This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Detect obsolete glibcs or kernel headers in libgomp configury (PR libgomp/26175, libgomp/26477) (take 2)


Jakub Jelinek <jakub@redhat.com> writes:

> --- libgomp/configure.ac.jj	2006-04-26 10:37:59.000000000 +0200
> +++ libgomp/configure.ac	2006-06-19 16:17:35.000000000 +0200
> @@ -16,9 +16,9 @@ LIBGOMP_ENABLE(version-specific-runtime-
>  AC_MSG_RESULT($enable_version_specific_runtime_libs)
>  
>  AC_MSG_CHECKING([for --enable-linux-futex])
> -LIBGOMP_ENABLE(linux-futex, yes,
> +LIBGOMP_ENABLE(linux-futex, default,
>    [Use the Linux futex system call],
> -  permit yes|no)
> +  permit yes|no|default)

There is one argument missing in the macro call between the second and the
third.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]