mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-14 12:55:47 +01:00
more dnd changes
window cycling stuff finnish pot files
This commit is contained in:
16
configure.in
16
configure.in
@@ -746,22 +746,6 @@ dnl End of Graphic Format Libraries
|
||||
dnl ==============================================
|
||||
|
||||
|
||||
dnl Debugging setup
|
||||
dnl ===============
|
||||
AC_ARG_ENABLE(debug,
|
||||
[ --enable-debug enable debugging ],, enable_debug=no)
|
||||
|
||||
if test "$enable_debug" = yes; then
|
||||
DFLAGS="-g -DDEBUG"
|
||||
# Efence makes things too slow. Add it by hand in the Makefiles
|
||||
# if it is really needed.
|
||||
# AC_CHECK_LIB(efence, malloc, LIBS="$LIBS -lefence")
|
||||
else
|
||||
DFLAGS="-DWITHOUT_NANA"
|
||||
fi
|
||||
AC_SUBST(DFLAGS)
|
||||
|
||||
|
||||
dnl Sound support - Dan
|
||||
dnl =============================================
|
||||
sound=yes
|
||||
|
||||
Reference in New Issue
Block a user