From: Simon Josefsson 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_1.3.5-1~4^2~146 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=902e26204a17a8b939fef9ea42addcbf36e5222e;p=yubikey-personalization.old Set LDFLAGS properly for Mac OS X. Not clear whether it is the Right Thing. Patch from Christer. --- 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