From: simon75j Date: Fri, 8 May 2009 07:26:18 +0000 (+0000) Subject: Set LDFLAGS properly for Mac OS X. Not clear whether it is the Right Thing. X-Git-Tag: yubikey-personalisation_0.97-1~81 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e79aea0567f2ea45b8e825d740210caafe2939d0;p=yubikey-personalization Set LDFLAGS properly for Mac OS X. Not clear whether it is the Right Thing. Patch from Christer. git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@87 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- diff --git a/configure.ac b/configure.ac index cb65e92..29651dc 100644 --- a/configure.ac +++ b/configure.ac @@ -80,6 +80,10 @@ if test x$with_backend = xlibusb; then fi fi +if test x$with_backend = xosx; then + LDFLAGS="$LDFLAGS -framework IOKit -framework CoreFoundation" +fi + AC_CONFIG_FILES([ Makefile ykcore/Makefile