discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=8efbeb7acf9a029f4dad559ff4bedd5a586ed813

commit 8efbeb7acf9a029f4dad559ff4bedd5a586ed813
Author: Andreas Metzler <ametz...@bebt.de>
Date:   Thu Dec 22 10:17:48 2016 -0500

    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 bb30fed..5253f34 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

-- 


Reply via email to