]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
now removes the temp file
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 3 Jan 2002 11:01:42 +0000 (11:01 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 3 Jan 2002 11:01:42 +0000 (11:01 +0000)
lib/libgnutls.m4

index 68701219b5e7653cc8525b717873454d12bd03d5..4ce8af1233ecde98858b2fe6bb33480a52a00a76 100644 (file)
@@ -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)
 ])