]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
configure.ac: Remove unused COND_clang
authorVladimir Serbinenko <phcoder@gmail.com>
Tue, 3 Mar 2015 19:49:48 +0000 (20:49 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Tue, 3 Mar 2015 19:50:37 +0000 (20:50 +0100)
configure.ac

index be980adbb47b6e6d4ac7586bb8b36335d74ae70a..16fa0da63ed396ea6c49bc7aa8abab05849bf85b 100644 (file)
@@ -1759,7 +1759,6 @@ AC_SUBST(BUILD_LIBM)
 
 AM_CONDITIONAL([COND_real_platform], [test x$platform != xnone])
 AM_CONDITIONAL([COND_emu], [test x$platform = xemu])
-AM_CONDITIONAL([COND_clang], [test x$grub_cv_cc_target_clang = xyes])
 AM_CONDITIONAL([COND_i386_pc], [test x$target_cpu = xi386 -a x$platform = xpc])
 AM_CONDITIONAL([COND_i386_efi], [test x$target_cpu = xi386 -a x$platform = xefi])
 AM_CONDITIONAL([COND_ia64_efi], [test x$target_cpu = xia64 -a x$platform = xefi])