fridibi.h size check - fix .h location! :) it just so happens to work

as its in /usr/include/fribidi anyway ... by luck.



SVN revision: 82055
This commit is contained in:
Carsten Haitzler 2013-01-03 11:04:54 +00:00
parent 9c864b6f5c
commit 75d36cb500
1 changed files with 1 additions and 1 deletions

View File

@ -1585,7 +1585,7 @@ CPPFLAGS="$CPPFLAGS_SAVE"
if test "x$have_fribidi" = "xyes" ; then
CPPFLAGS_SAVE="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $EVAS_CFLAGS"
AC_CHECK_SIZEOF([FriBidiChar], [], [#include <fribidi/fribidi.h>])
AC_CHECK_SIZEOF([FriBidiChar], [], [#include <fribidi.h>])
CPPFLAGS="$CPPFLAGS_SAVE"
fi