From 547d8387cbc034dabd38cff1fcde4471658de1e8 Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 14 Dec 2006 00:19:58 +0000 Subject: [PATCH] =?UTF-8?q?Typo=20in=20configure.ac=20reported=20by=20Gerg?= =?UTF-8?q?ely=20Sz=E1sz,=20bug=20report=20#18522.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8702bd80..39a526b9 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ define(RELEASE_NUM, 79cvs) define(CDIO_VERSION_STR, 0.$1) AC_PREREQ(2.52) -AC_REVISION([$Id: configure.ac,v 1.206 2006/11/30 02:22:01 rocky Exp $])dnl +AC_REVISION([$Id: configure.ac,v 1.207 2006/12/14 00:19:58 rocky Exp $])dnl AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM)) AC_CONFIG_SRCDIR(src/cd-info.c) @@ -531,7 +531,7 @@ AC_ARG_ENABLE(joliet, enable_joliet=yes, enable_joliet=no) fi -if test "${enable_jolet}" != "no" ; then +if test "${enable_joliet}" != "no" ; then AM_ICONV AM_LANGINFO_CODESET if test "$am_cv_func_iconv" = yes ; then