mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-04 12:54:20 +01:00
abort configure when X is not found
This commit is contained in:
@@ -6,10 +6,14 @@ Changes since version 0.61.1:
|
|||||||
- removed "Keep Attracted Icons" option from Clip's menu. See NEWS.
|
- removed "Keep Attracted Icons" option from Clip's menu. See NEWS.
|
||||||
- fixed bug in Xdnd code to be able to work with QT. (This is QT's bug so
|
- fixed bug in Xdnd code to be able to work with QT. (This is QT's bug so
|
||||||
it will change again in future)
|
it will change again in future)
|
||||||
|
- replaced debugging output stuff with Nana
|
||||||
|
- fixed problem with session restoring and dock autolaunch (Jacek Naglak
|
||||||
|
<nag@promail.pl>)
|
||||||
|
- put WorkspaceNamePosition in WPrefs
|
||||||
|
- added a lock to docked icons
|
||||||
- fixed crashing bug in WPrefs.app's Appearance section.
|
- fixed crashing bug in WPrefs.app's Appearance section.
|
||||||
- fixed sorting of names in icon chooser, and file browser.
|
- fixed sorting of names in icon chooser, and file browser.
|
||||||
|
|
||||||
|
|
||||||
Changes since version 0.61.0:
|
Changes since version 0.61.0:
|
||||||
.............................
|
.............................
|
||||||
|
|
||||||
|
|||||||
@@ -329,6 +329,12 @@ dnl ===========================================
|
|||||||
|
|
||||||
AC_PATH_XTRA
|
AC_PATH_XTRA
|
||||||
|
|
||||||
|
if test $no_x; then
|
||||||
|
AC_MSG_ERROR([The path for the X11 files not found!
|
||||||
|
Make sure you have X and it's headers and libraries (the -devel packages
|
||||||
|
in Linux) installed.])
|
||||||
|
fi
|
||||||
|
|
||||||
X_LIBRARY_PATH=$x_libraries
|
X_LIBRARY_PATH=$x_libraries
|
||||||
|
|
||||||
XCFLAGS="$X_CFLAGS"
|
XCFLAGS="$X_CFLAGS"
|
||||||
@@ -656,6 +662,8 @@ if test "$enable_debug" = yes; then
|
|||||||
# Efence makes things too slow. Add it by hand in the Makefiles
|
# Efence makes things too slow. Add it by hand in the Makefiles
|
||||||
# if it is really needed.
|
# if it is really needed.
|
||||||
# AC_CHECK_LIB(efence, malloc, LIBS="$LIBS -lefence")
|
# AC_CHECK_LIB(efence, malloc, LIBS="$LIBS -lefence")
|
||||||
|
else
|
||||||
|
DFLAGS="-DWITHOUT_NANA"
|
||||||
fi
|
fi
|
||||||
AC_SUBST(DFLAGS)
|
AC_SUBST(DFLAGS)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user