From 8efbeb7acf9a029f4dad559ff4bedd5a586ed813 Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Thu, 22 Dec 2016 10:17:48 -0500 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bb30fedb8..5253f34c8 100644 --- a/configure.ac +++ b/configure.ac @@ -1068,7 +1068,7 @@ case "$host_os" in AC_MSG_RESULT(yes)], AC_MSG_RESULT(no)) CFLAGS="$OLDCFLAGS" - LDFLAGS="$OLDLFDLAGS" + LDFLAGS="$OLDLDFLAGS" fi ;; esac