Remove spaces at end of line.

This commit is contained in:
Jonathan Schleifer 2008-12-23 04:53:27 +01:00
parent 7cd4dda05a
commit 142ae8f527
2 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ AC_DEFUN([BUILDSYS_PROG_IMPLIB], [
PROG_IMPLIB_LDFLAGS=''
;;
esac
AC_SUBST(PROG_IMPLIB_NEEDED)
AC_SUBST(PROG_IMPLIB_LDFLAGS)
])