Commit a0d289cd authored by diego's avatar diego

a bit more consistency for for the imlib2 check


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7831 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 53123528
...@@ -1668,10 +1668,11 @@ fi ...@@ -1668,10 +1668,11 @@ fi
########################################## ##########################################
# imlib check # imlib check
imlib2=no
if (imlib2-config --version) >/dev/null 2>&1 ; then if (imlib2-config --version) >/dev/null 2>&1 ; then
temp_cflags `imlib2-config --cflags` temp_cflags `imlib2-config --cflags`
temp_extralibs `imlib2-config --libs` temp_extralibs `imlib2-config --libs`
check_ld <<EOF && imlib2=yes || imlib2=no check_ld <<EOF && imlib2=yes
#include <Imlib2.h> #include <Imlib2.h>
int main( void ) { return (int) imlib_load_font("foo"); } int main( void ) { return (int) imlib_load_font("foo"); }
EOF EOF
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment