]> sourceware.org Git - glibc.git/commitdiff
Work around empty line at end file generated by autoconf.
authorUlrich Drepper <drepper@gmail.com>
Thu, 17 Feb 2011 06:26:07 +0000 (01:26 -0500)
committerUlrich Drepper <drepper@gmail.com>
Thu, 17 Feb 2011 06:26:07 +0000 (01:26 -0500)
sysdeps/x86_64/elf/configure
sysdeps/x86_64/elf/configure.in

index 99241e70bd31f4227c71e154e27c2d04717e1d1e..cb8db2d54dd477a3d2bdc43568d1d9faf1a0c178 100644 (file)
@@ -125,3 +125,4 @@ fi
 
 $as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h
 
+# work around problem with autoconf and empty lines at the end of files
index 9cb59d009c017d82348cffcb7cccac33f736fc87..4a41290f11341693f50578eb36a269af9613f32c 100644 (file)
@@ -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
This page took 0.043262 seconds and 5 git commands to generate.