ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure.ac
(Generate patch)

Comparing rxvt-unicode/configure.ac (file contents):
Revision 1.26 by ayin, Mon Jan 23 10:10:39 2006 UTC vs.
Revision 1.27 by ayin, Mon Jan 23 10:26:21 2006 UTC

105 [AC_MSG_RESULT(no)]) 105 [AC_MSG_RESULT(no)])
106 106
107dnl AC_ENABLE_SHARED(no)dnl# libtool 107dnl AC_ENABLE_SHARED(no)dnl# libtool
108dnl AC_ENABLE_STATIC(yes)dnl# libtool 108dnl AC_ENABLE_STATIC(yes)dnl# libtool
109dnl AC_PROG_LIBTOOL()dnl# libtool 109dnl AC_PROG_LIBTOOL()dnl# libtool
110
111MALLOC_TYPE=S
112 110
113support_frills=yes 111support_frills=yes
114support_inheritpixmap=yes 112support_inheritpixmap=yes
115support_tinting=yes 113support_tinting=yes
116support_fading=yes 114support_fading=yes
411 409
412AC_ARG_ENABLE(slipwheeling, 410AC_ARG_ENABLE(slipwheeling,
413 [ --enable-slipwheeling enable slip wheel scrolling (requires previous)], 411 [ --enable-slipwheeling enable slip wheel scrolling (requires previous)],
414 [if test x$enableval = xyes -o x$enableval = xno; then 412 [if test x$enableval = xyes -o x$enableval = xno; then
415 support_mouseslipwheel=$enableval 413 support_mouseslipwheel=$enableval
416 fi])
417
418AC_ARG_ENABLE(dmalloc,
419 [ --enable-dmalloc enable Gray Watson's malloc - for debugging use],
420 [if test x$enableval = xyes; then
421 MALLOC_TYPE=G
422 DEBUG=-DDEBUG_MALLOC
423 DLIB="-L/usr/local/lib -ldmalloc"
424 DINCLUDE=-I/usr/local/include
425 fi])
426
427AC_ARG_ENABLE(dlmalloc,
428 [ --enable-dlmalloc enable Doug Lea's malloc - for production use
429 NOTE: enable only one malloc package],
430 [if test x$enableval = xyes; then
431 MALLOC_TYPE=D
432 DEBUG=
433 DLIB="-L/usr/local/lib -ldlmalloc"
434 DINCLUDE=
435 fi]) 414 fi])
436 415
437AC_ARG_ENABLE(smart-resize, 416AC_ARG_ENABLE(smart-resize,
438 [ --enable-smart-resize enable smart growth/shrink behaviour], 417 [ --enable-smart-resize enable smart growth/shrink behaviour],
439 [if test x$enableval = xyes; then 418 [if test x$enableval = xyes; then
1004 Install path: ${prefix}/bin 983 Install path: ${prefix}/bin
1005 Compiler: $CXX 984 Compiler: $CXX
1006 Compiler flags: $CFLAGS 985 Compiler flags: $CFLAGS
1007 Linker: $LINKER" 986 Linker: $LINKER"
1008 987
1009if test "$MALLOC_TYPE" = S; then
1010 echo " malloc support: system default"
1011fi
1012if test "$MALLOC_TYPE" = G; then
1013 echo " malloc support: Gray Watson's dmalloc"
1014fi
1015if test "$MALLOC_TYPE" = D; then
1016 echo " malloc support: Doug Lea's malloc"
1017fi
1018
1019if test x$support_xpm = xyes; then 988if test x$support_xpm = xyes; then
1020 echo " Xpm library: $XPM_LIBS" 989 echo " Xpm library: $XPM_LIBS"
1021fi 990fi
1022 991
1023if test x$term != x; then 992if test x$term != x; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines