commit | f21e2246355a5a43b6d1f65bed58b8085d24bf7d | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Wed Oct 09 19:01:49 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Wed Oct 09 19:01:49 2013 -0700 |
tree | 6402e22414f5dc220cc4bd1db005bc5c57fe0a5e | |
parent | 814d2056d0e897f607135424e98e70961a4dc9bb [diff] [blame] |
make: Conditionally link to the OSX Security framework.
diff --git a/config.h.in b/config.h.in index 4c049d2..7a832cd 100644 --- a/config.h.in +++ b/config.h.in
@@ -33,8 +33,8 @@ /* Define to 1 if you have the `memset' function. */ #undef HAVE_MEMSET -/* 1 if have OSX SecKeychain. */ -#undef HAVE_OSX_SECKEYCHAIN +/* 1 if have the OSX framework. */ +#undef HAVE_OSX_SECURITY /* Have the SQLITE3 library */ #undef HAVE_SQLITE3