added test for common control library

pull/1/head
Heiko Hund 2009-02-02 17:19:54 +00:00
parent 3c6d7423ff
commit 93c65cee0b
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ AX_ASSERT_LIB([wininet], [wininet.h],
[DWORD s; InternetQueryOption(NULL, INTERNET_OPTION_PROXY, NULL, &s)],
[Make sure you have a recent w32api installed.])
AX_ASSERT_LIB([comctl32], [prsht.h],
[PROPSHEETHEADER psh; PropertySheet(&psh)],
[Make sure you have a recent w32api installed.], [#include <windows.h>])
AX_SEARCH_LIB([crypto], [cryptoeay32 eay32], [-lgdi32],
[openssl/pkcs12.h], [EVP_PKEY *k = EVP_PKEY_new()])