10_typo_restore_LDFLAGS.diff: Fix typo in configure.ac (upstream), causing empty LDFLAGS.

Summary: typo spotted while packaging E 0.21.5 for Debian experimental

Reviewers: zmike!

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D4507
This commit is contained in:
Andreas Metzler 2016-12-22 10:17:48 -05:00 committed by Mike Blumenkrantz
parent dbd5855ac7
commit 8efbeb7acf
1 changed files with 1 additions and 1 deletions

View File

@ -1068,7 +1068,7 @@ case "$host_os" in
AC_MSG_RESULT(yes)],
AC_MSG_RESULT(no))
CFLAGS="$OLDCFLAGS"
LDFLAGS="$OLDLFDLAGS"
LDFLAGS="$OLDLDFLAGS"
fi
;;
esac