[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b
Török Edvin
edwin at clamav.net
Sun Apr 4 01:10:40 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit b43041311d98a12f819317cd9737a9c5d643b6b6
Author: Török Edvin <edwin at clamav.net>
Date: Mon Dec 7 19:16:07 2009 +0200
Drop extra {} and "".
diff --git a/libclamav/c++/configure b/libclamav/c++/configure
index b6e7139..18f7162 100755
--- a/libclamav/c++/configure
+++ b/libclamav/c++/configure
@@ -14494,8 +14494,8 @@ $as_echo_n "checking for supported C++ compiler version... " >&6; }
as_fn_error "C++ compiler is buggy" "$LINENO" 5
;;
*)
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (\"{$gxx_version}\")" >&5
-$as_echo "ok (\"{$gxx_version}\")" >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${gxx_version})" >&5
+$as_echo "ok (${gxx_version})" >&6; }
esac
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for supported OS" >&5
@@ -14504,11 +14504,11 @@ $as_echo_n "checking for supported OS... " >&6; }
i?86|amd64|x86_64|powerpc*)
case "$target_os" in
darwin*|freebsd*|openbsd*|netbsd*|dragonfly*|linux*|solaris*|win32*|mingw*)
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking ok (\"$target_cpu-$target-os\")" >&5
-$as_echo_n "checking ok (\"$target_cpu-$target-os\")... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok ($target_cpu-$target_os)" >&5
+$as_echo "ok ($target_cpu-$target_os)" >&6; }
;;
*)
- as_fn_error "OS is not supported, not building LLVM" "$LINENO" 5
+ as_fn_error "OS $target_os is not supported, not building LLVM" "$LINENO" 5
;;
esac
;;
diff --git a/libclamav/c++/configure.ac b/libclamav/c++/configure.ac
index d62cddd..e637c55 100644
--- a/libclamav/c++/configure.ac
+++ b/libclamav/c++/configure.ac
@@ -85,7 +85,7 @@ if test "$enable_llvm" = "auto"; then
AC_MSG_ERROR([C++ compiler is buggy])
;;
*)
- AC_MSG_RESULT([ok ("{$gxx_version}")])
+ AC_MSG_RESULT([ok (${gxx_version})])
esac
AC_MSG_CHECKING([for supported OS])
@@ -93,10 +93,10 @@ if test "$enable_llvm" = "auto"; then
i?86|amd64|x86_64|powerpc*)
case "$target_os" in
darwin*|freebsd*|openbsd*|netbsd*|dragonfly*|linux*|solaris*|win32*|mingw*)
- AC_MSG_CHECKING([ok ("$target_cpu-$target-os")])
+ AC_MSG_RESULT([ok ($target_cpu-$target_os)])
;;
*)
- AC_MSG_ERROR([OS is not supported, not building LLVM])
+ AC_MSG_ERROR([OS $target_os is not supported, not building LLVM])
;;
esac
;;
--
Debian repository for ClamAV
More information about the Pkg-clamav-commits
mailing list