Check also lib64 path for glib-2.0; fixes detection on fedora20/64bit.

master
Torsten Paul 2014-09-05 18:43:37 +02:00
parent 771f764533
commit af69e95bbe
1 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,9 @@ glib2_sysver()
if [ ! -e $glib2path ]; then
glib2path=$1/lib/glib-2.0/include/glibconfig.h
fi
if [ ! -e $glib2path ]; then
glib2path=$1/lib64/glib-2.0/include/glibconfig.h
fi
if [ ! -e $glib2path ]; then
return
fi