diff options
author | Andreas Jaeger <aj@suse.de> | 2012-03-19 21:09:50 +0100 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-03-19 21:09:50 +0100 |
commit | 6870c2ed1f2d4ff53e7c36b252f9f2c6b6112552 (patch) | |
tree | 76ac04c4cb72af374849c38c902f899dd53ce1b5 | |
parent | 8f599ddb6750b13c1283a877c0719748af181206 (diff) | |
download | glibc-6870c2ed1f2d4ff53e7c36b252f9f2c6b6112552.tar.gz glibc-6870c2ed1f2d4ff53e7c36b252f9f2c6b6112552.tar.xz glibc-6870c2ed1f2d4ff53e7c36b252f9f2c6b6112552.zip |
Fix last line in configure.in.
-rw-r--r-- | sysdeps/x86_64/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/configure.in b/sysdeps/x86_64/configure.in index 5874c9ac21..f913c7c980 100644 --- a/sysdeps/x86_64/configure.in +++ b/sysdeps/x86_64/configure.in @@ -119,4 +119,4 @@ fi dnl It is always possible to access static and hidden symbols in an dnl position independent way. AC_DEFINE(PI_STATIC_AND_HIDDEN) -# work around problem with autoconf and empty lines at the end of files \ No newline at end of file +# work around problem with autoconf and empty lines at the end of files |