diff options
author | phintuka <phintuka> | 2008-11-10 21:14:07 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-11-10 21:14:07 +0000 |
commit | 9f0575c78d2331e6c85696409b549a0b06cc0bd5 (patch) | |
tree | 763a559caa432900d8f9264c6e458269b3cf9cdd | |
parent | 6b37e19dffb731509dab324571fb207d2d0ce077 (diff) | |
download | xineliboutput-9f0575c78d2331e6c85696409b549a0b06cc0bd5.tar.gz xineliboutput-9f0575c78d2331e6c85696409b549a0b06cc0bd5.tar.bz2 |
Fixed setting CFLAGS
-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.6 2008-11-02 12:03:50 phintuka Exp $ +# * $Id: configure,v 1.7 2008-11-10 21:14:07 phintuka Exp $ # PKG_CONFIG="pkg-config" @@ -169,7 +169,7 @@ test_library_pc(){ add_flags LIBS_$subsys \ `pkg-config --libs-only-L $libname` \ `pkg-config --libs-only-l $libname` - add_flags INCS_$subsys `pkg-config --cflags-only-I $libname` + add_flags CFLAGS_$subsys `pkg-config --cflags-only-I $libname` log "yes" return 0 fi |