Przeglądaj źródła

Remove wrong project name.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2020 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 17 lat temu
rodzic
commit
c1d206eafb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -118,7 +118,7 @@ esac
 
 AC_MSG_NOTICE(Sanitizing exec_prefix: ${exec_prefix})
 case $exec_prefix in
-  dnl For consistency with Heartbeat, map NONE->$prefix
+  dnl For consistency with Corosync, map NONE->$prefix
   NONE)   exec_prefix=$prefix;;
   prefix) exec_prefix=$prefix;;
 esac