[Pcsclite-cvs-commit] PCSC configure.in,1.31,1.32

aet-guest@quantz.debian.org aet-guest@quantz.debian.org
Mon, 08 Sep 2003 13:25:10 +0200


Update of /cvsroot/pcsclite/PCSC
In directory quantz:/tmp/cvs-serv12439

Modified Files:
	configure.in 
Log Message:
- Make hotpluging / power management to compile again
- Add MacOS X build fixes


Index: configure.in
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/configure.in,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- configure.in	8 Sep 2003 10:10:46 -0000	1.31
+++ configure.in	8 Sep 2003 11:25:08 -0000	1.32
@@ -41,7 +41,10 @@
 	CPPFLAGS="$CPPFLAGS -D_POSIX_PII_SOCKET"
 	;;
 *-*-darwin*)
-	LIBS="$LIBS -lobjc"
+	AC_SUBST(COREFOUNDATION)
+	COREFOUNDATION="-Wl,-framework,CoreFoundation"
+	AC_SUBST(IOKIT)
+	IOKIT="-Wl,-framework,IOKit"
 	if test "$GCC" = "yes"; then
 		CFLAGS="$CFLAGS -no-cpp-precomp"
 	fi