From: Nikos Mavrogiannopoulos Date: Thu, 3 Jan 2002 11:01:42 +0000 (+0000) Subject: now removes the temp file X-Git-Tag: gnutls_0_3_2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d2aed28282bcdf1cbdd767653386b72b313d117f;p=thirdparty%2Fgnutls.git now removes the temp file --- diff --git a/lib/libgnutls.m4 b/lib/libgnutls.m4 index 68701219b5..4ce8af1233 100644 --- a/lib/libgnutls.m4 +++ b/lib/libgnutls.m4 @@ -152,8 +152,8 @@ main () LIBGNUTLS_CFLAGS="" LIBGNUTLS_LIBS="" ifelse([$3], , :, [$3]) - rm -f conf.libngnutlstest fi + rm -f conf.libngnutlstest AC_SUBST(LIBGNUTLS_CFLAGS) AC_SUBST(LIBGNUTLS_LIBS) ])