diff options
author | phintuka <phintuka> | 2009-02-17 10:25:01 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-02-17 10:25:01 +0000 |
commit | 2bf2e50d8d0e715af4f4880795ab9739508c88c5 (patch) | |
tree | a934dca34b391c13bd345340168a871a6ab49473 | |
parent | 115f3b831c23436364b7bb0678faadebc866e096 (diff) | |
download | xineliboutput-2bf2e50d8d0e715af4f4880795ab9739508c88c5.tar.gz xineliboutput-2bf2e50d8d0e715af4f4880795ab9739508c88c5.tar.bz2 |
Added debug output for flags
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# * $Id: configure,v 1.13 2009-01-08 11:58:33 rofafor Exp $ +# * $Id: configure,v 1.14 2009-02-17 10:25:01 phintuka Exp $ # PKG_CONFIG="pkg-config" @@ -53,6 +53,7 @@ not_in_list(){ add_flag(){ eval not_in_list $flag \$$flags_list || return 1 + logdbg "adding $flag to $flags_list" eval $flags_list=\"\$${flags_list} ${flag}\" } @@ -136,7 +137,6 @@ test_library_c(){ if test $err = 0; then log "yes" add_flags LIBS_$subsys $lib - logdbg adding $lib to LIBS_$subsys else log "no" logdbg "--------" |