|
From: <cn...@us...> - 2024-02-19 18:17:06
|
Revision: 1440
http://sourceforge.net/p/seq/svn/1440
Author: cn187
Date: 2024-02-19 18:17:04 +0000 (Mon, 19 Feb 2024)
Log Message:
-----------
Update 'libICE not found' message to be more descriptive
Modified Paths:
--------------
showeq/branches/cn187_devel/configure.in
Modified: showeq/branches/cn187_devel/configure.in
===================================================================
--- showeq/branches/cn187_devel/configure.in 2024-02-19 17:21:44 UTC (rev 1439)
+++ showeq/branches/cn187_devel/configure.in 2024-02-19 18:17:04 UTC (rev 1440)
@@ -163,7 +163,7 @@
AC_CHECK_LIB(X11, _init, [], AC_MSG_ERROR(cannot find X11 library. Install the X11 development package))
AC_CHECK_LIB(Xext, _init, [], AC_MSG_ERROR(cannot find Xext library. Install the Xext development package))
AC_CHECK_LIB(png, _init, [], AC_MSG_ERROR(cannot find PNG library. Install the png development package))
-AC_CHECK_LIB(ICE, _init, [], AC_MSG_ERROR(cannot find ICE library. Install the ICE development package))
+AC_CHECK_LIB(ICE, _init, [], AC_MSG_ERROR(cannot find ICE library. Install the X11 Inter-Client Exchange development package))
AC_PATH_QT_MOC
AC_PATH_QT_UIC
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|