summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-01-05 22:00:28 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-01-05 22:00:28 +0000
commit1c810f2bc20851ca01c93d91f06b6f950a4a64db (patch)
tree7b1ab508baf5775d333e02f7615d975a9b701bd4
parent1f061203b4402b8192a630988503afe6fc588026 (diff)
downloadgnutls-1c810f2bc20851ca01c93d91f06b6f950a4a64db.tar.gz
corrected the temp file name
-rw-r--r--lib/libgnutls.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libgnutls.m4 b/lib/libgnutls.m4
index 4ce8af1233..d554c9d428 100644
--- a/lib/libgnutls.m4
+++ b/lib/libgnutls.m4
@@ -153,7 +153,7 @@ main ()
LIBGNUTLS_LIBS=""
ifelse([$3], , :, [$3])
fi
- rm -f conf.libngnutlstest
+ rm -f conf.libgnutlstest
AC_SUBST(LIBGNUTLS_CFLAGS)
AC_SUBST(LIBGNUTLS_LIBS)
])