diff options
Diffstat (limited to 'linuxthreads/configure')
-rwxr-xr-x | linuxthreads/configure | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linuxthreads/configure b/linuxthreads/configure index 3eafc93f5b..3ad635f48d 100755 --- a/linuxthreads/configure +++ b/linuxthreads/configure @@ -1,5 +1,6 @@ # This is only to keep the GNU C library configure mechanism happy. +# This is a shell script fragment sourced by the main configure script. +# We have nothing we need to add here. # -# Perhaps some day we need a real configuration script for different +# Perhaps some day we will need a real configuration script for different # kernel versions or so. -exit 0 |