|
From: <cn...@us...> - 2024-03-12 02:55:01
|
Revision: 1451
http://sourceforge.net/p/seq/svn/1451
Author: cn187
Date: 2024-03-12 02:54:59 +0000 (Tue, 12 Mar 2024)
Log Message:
-----------
Update 'libICE not found' message to be more descriptive
Modified Paths:
--------------
showeq/trunk/configure.in
Modified: showeq/trunk/configure.in
===================================================================
--- showeq/trunk/configure.in 2024-03-12 02:52:26 UTC (rev 1450)
+++ showeq/trunk/configure.in 2024-03-12 02:54:59 UTC (rev 1451)
@@ -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.
|