diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-02-17 01:26:07 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-02-17 01:26:07 -0500 |
commit | baa6c69a57e632e953b45c11df7a5e5cb954e9cb (patch) | |
tree | b6d5b73e92ec838bb58d704f3faea09e680495cc /sysdeps/x86_64/elf/configure.in | |
parent | be6bd0b7ab68d0ed968138a41b5d18eb930d7443 (diff) | |
download | glibc-baa6c69a57e632e953b45c11df7a5e5cb954e9cb.tar.gz glibc-baa6c69a57e632e953b45c11df7a5e5cb954e9cb.tar.xz glibc-baa6c69a57e632e953b45c11df7a5e5cb954e9cb.zip |
Work around empty line at end file generated by autoconf.
Diffstat (limited to 'sysdeps/x86_64/elf/configure.in')
-rw-r--r-- | sysdeps/x86_64/elf/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/elf/configure.in b/sysdeps/x86_64/elf/configure.in index 9cb59d009c..4a41290f11 100644 --- a/sysdeps/x86_64/elf/configure.in +++ b/sysdeps/x86_64/elf/configure.in @@ -32,3 +32,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 |