Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 302772 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in (-3 / +8 lines)
Lines 16-24 Link Here
16
16
17
## Determine hostname & OS
17
## Determine hostname & OS
18
## AC_CANONICAL_HOST
18
## AC_CANONICAL_HOST
19
19
AC_ARG_ENABLE(debug,
20
AC_ARG_ENABLE([debug], [  --enable-debug	  enable debugging output], 
20
              [  --enable-debug         Enable debugging output if available (default=no)],
21
	      AC_DEFINE(DEBUG, 1, [enable debugging output]))
21
              [ case "${enableval}" in
22
             yes|"") enabled=yes; AC_DEFINE(DEBUG, 1, [enable debugging output]) ;;
23
             no) ;;
24
             *) ;;
25
    esac],
26
)
22
27
23
## Check for programs
28
## Check for programs
24
## we want libtool to build our libs
29
## we want libtool to build our libs

Return to bug 302772