diff options
author | Benedikt Meurer <benny@xfce.org> | 2003-04-02 20:35:00 +0000 |
---|---|---|
committer | Benedikt Meurer <benny@xfce.org> | 2003-04-02 20:35:00 +0000 |
commit | 82437822222714e65e6d40468a2535e7736bc89c (patch) | |
tree | aa6baadde72be3fd62bc53e7327edde7c9b96ddc /configure | |
parent | ca52162f398d5820b3c189020897109bf0d0d37c (diff) | |
download | xfwm4-82437822222714e65e6d40468a2535e7736bc89c.tar.gz |
Debugging stuff now provided by libxfce4util. As a result of this change
libxfcegui4 now depends on libxfce4util.
Some other updates.
added a hint to the libxfcegui4 README for Xinerama problems with XFree86.
(Old svn revision: 11033)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9009,6 +9009,11 @@ cat >>confdefs.h <<\_ACEOF _ACEOF if test x"$ac_cv_debug" = x"full"; then + +cat >>confdefs.h <<\_ACEOF +#define DEBUG_TRACE 1 +_ACEOF + CFLAGS="$CFLAGS -g3 -Wall -Werror -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED" echo "$as_me:$LINENO: result: full" >&5 echo "${ECHO_T}full" >&6 |