Skip to content
Snippets Groups Projects
Commit 0c59c845 authored by Thomas Vander Stichele's avatar Thomas Vander Stichele
Browse files

Fix #740 - doubling LDFLAGS

git-svn-id: http://svn.xiph.org/trunk/ao@10382 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent 34dbcea3
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,6 @@ dnl Set some general compile options
dnl ====================================
cflags_save="$CFLAGS"
ldflags_save="$LDFLAGS"
if test -z "$GCC"; then
case $host in
*-*-irix*)
......@@ -85,7 +84,6 @@ fi
CFLAGS="$CFLAGS $cflags_save"
DEBUG="$DEBUG $cflags_save"
PROFILE="$PROFILE $cflags_save"
LDFLAGS="$LDFLAGS $ldflags_save"
AC_SUBST(DEBUG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment