Просмотр исходного кода

configure: drop dead code

prefix is sanitized already at the top of configure.ac to /usr,
hence the second instance can never hit.

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Fabio M. Di Nitto 5 лет назад
Родитель
Сommit
bbfba0c8d8
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      configure.ac

+ 0 - 5
configure.ac

@@ -289,11 +289,6 @@ cc_supports_flag() {
 }
 
 ## cleanup
-AC_MSG_NOTICE(Sanitizing prefix: ${prefix})
-case $prefix in
-  NONE) prefix=/usr/local;;
-esac
-
 AC_MSG_NOTICE(Sanitizing exec_prefix: ${exec_prefix})
 case $exec_prefix in
   dnl For consistency with Corosync, map NONE->$prefix