[Pcsclite-cvs-commit] r5653 - /trunk/PCSC/configure.in

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun Mar 13 09:47:09 UTC 2011


Author: rousseau
Date: Sun Mar 13 09:47:06 2011
New Revision: 5653

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5653
Log:
PCSC_ARCH: convert / in _ to have GNU_kFreeBSD instead of GNU/kFreeBSD

Modified:
    trunk/PCSC/configure.in

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=5653&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Sun Mar 13 09:47:06 2011
@@ -130,7 +130,7 @@
 AC_CHECK_LIB(dl, dlopen, [LIBDL="$LIBDL -ldl" ac_cv_func_dlopen_ldl=yes], ac_cv_func_dlopen_ldl=no)
 
 # Use 'uname' output as an architecture define
-PCSC_ARCH=`uname`
+PCSC_ARCH=`uname | sed -e s,/,_,`
 case "$PCSC_ARCH" in
 Darwin)
 	PCSC_ARCH=MacOS




More information about the Pcsclite-cvs-commit mailing list