1 --- postgresql-9.4.0/configure.in~ 2014-12-16 02:07:34.000000000 +0100
2 +++ postgresql-9.4.0/configure.in 2014-12-24 13:10:18.706719940 +0100
5 if test "$with_gssapi" = yes ; then
6 if test "$PORTNAME" != "win32"; then
7 - AC_SEARCH_LIBS(gss_init_sec_context, [gssapi_krb5 gss 'gssapi -lkrb5 -lcrypto'], [],
8 + AC_SEARCH_LIBS(gss_init_sec_context, [gssapi 'gssapi -lkrb5 -lcrypto' gssapi_krb5 gss], [],
9 [AC_MSG_ERROR([could not find function 'gss_init_sec_context' required for GSSAPI])])
11 LIBS="$LIBS -lgssapi32"