commit 665bbdb3a58f2c788b023052e05afcba4bf3d25d
Author: Hector Martin <[email protected]>
Date: Thu Oct 29 18:26:52 2009 +0100
Fix libiphone-1.0 check
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 30a7cd3..53b7375 100644
--- a/configure.ac
+++ b/configure.ac
@@ -163,7 +163,7 @@ if test "x$with_libiphone" != "xno"; then
fi
if test "x$enable_libiphone" = "xyes"; then
- AC_CHECK_LIB([libiphone], [iphone_device_new], [libiphone_1_0=yes],
[libiphone10=no])
+ AC_CHECK_LIB([iphone], [iphone_device_new], [libiphone_1_0=yes],
[libiphone10=no])
if test x"$libiphone_1_0" = xyes; then
AC_DEFINE([HAVE_LIBIPHONE_1_0], 1, [Define if libiphone is using
its newer API])
fi
------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2