[Pcsclite-cvs-commit] CVS Drivers/ccid

CVS User rousseau ludovic.rousseau@free.fr
Tue, 11 Jan 2005 07:30:36 -0700


Update of /cvsroot/pcsclite/Drivers/ccid
In directory haydn:/tmp/cvs-serv19591

Modified Files:
	configure.in 
Log Message:
type: shat -> what


--- /cvsroot/pcsclite/Drivers/ccid/configure.in	2004/10/04 08:09:13	1.31
+++ /cvsroot/pcsclite/Drivers/ccid/configure.in	2005/01/11 14:30:36	1.32
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl You may need to use autoconf 2.56 or newer
 
-dnl $Id: configure.in,v 1.31 2004/10/04 08:09:13 rousseau Exp $
+dnl $Id: configure.in,v 1.32 2005/01/11 14:30:36 rousseau Exp $
 
 dnl Require autoconf 2.52
 AC_PREREQ(2.52)
@@ -135,7 +135,7 @@
 	LIBS="$ac_save_LIBS"
 fi
 
-dnl check shat to use for dlopen
+dnl check what to use for dlopen
 AC_SUBST(LIBDL)
 AC_CHECK_LIB(dl, dlopen, [LIBDL="$LIBDL -ldl" ac_cv_func_dlopen_ldl=yes], ac_cv_func_dlopen_ldl=no)