From: Frank Lahm Date: Mon, 4 Jun 2012 11:03:05 +0000 (+0200) Subject: User compiler flags were not used in GSSAPI check X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=e6251de8b5084b82996c62068386e1b9d76a031d User compiler flags were not used in GSSAPI check --- diff --git a/macros/gssapi-check.m4 b/macros/gssapi-check.m4 index 55a23464..dee7892d 100644 --- a/macros/gssapi-check.m4 +++ b/macros/gssapi-check.m4 @@ -9,9 +9,6 @@ AC_DEFUN([NETATALK_GSSAPI_CHECK], save_CFLAGS="$CFLAGS" save_LDFLAGS="$LDFLAGS" save_LIBS="$LIBS" - export CFLAGS="" - export LDFLAGS="" - export LIBS="" AC_ARG_WITH(gssapi, [ --with-gssapi[[=PATH]] path to GSSAPI for Kerberos V UAM [[auto]]],