]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-local_trurlib_check.patch
- updated
[packages/poldek.git] / poldek-local_trurlib_check.patch
1 --- configure.in.old    2010-06-03 04:15:33.000000000 +0200
2 +++ configure.in        2010-06-03 05:20:29.000000000 +0200
3 @@ -421,7 +421,7 @@
4  if test -n "$TRURL_DIR"; then
5         AC_MSG_CHECKING(for local trurlib copy in $TRURL_DIR)
6         AC_MSG_RESULT([yes])
7 -       TRURL_INCLUDE="-I\$(top_srcdir)/$TRURL_DIR/include"
8 +       TRURL_INCLUDE="-I\$(top_srcdir)/$TRURL_DIR/include -I./$TRURL_DIR/include"
9         TRURL_LDFLAG="-L\$(top_srcdir)/$TRURL_DIR/"
10         LDFLAGS="$LDFLAGS $TRURL_LDFLAG"
11         CPPFLAGS="$CPPFLAGS $TRURL_INCLUDE"
12 @@ -452,7 +452,7 @@
13          #endif
14         ], is_valid_trurlib_ver=yes, is_valid_trurlib_ver=no)
15  
16 -if test "${is_valid_trurlib_ver}." = "no." ; then
17 +if test "${is_valid_trurlib_ver}." == "no." ; then
18         AC_MSG_RESULT(no)               
19         AC_MSG_ERROR(["trurlib >= 0.44.0 not found"])
20  else
This page took 0.033896 seconds and 4 git commands to generate.