Skip to content

Commit

Permalink
Work around empty line at end file generated by autoconf.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Feb 17, 2011
1 parent be6bd0b commit baa6c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sysdeps/x86_64/elf/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions sysdeps/x86_64/elf/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit baa6c69

Please sign in to comment.