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 (-2 / +4 lines)
Lines 17-24 Link Here
17
## Determine hostname & OS
17
## Determine hostname & OS
18
## AC_CANONICAL_HOST
18
## AC_CANONICAL_HOST
19
19
20
AC_ARG_ENABLE([debug], [  --enable-debug	  enable debugging output], 
20
AC_ARG_ENABLE([debug], AS_HELP_STRING([--enable-debug], [Enable debugging output (default: disabled)]))
21
	      AC_DEFINE(DEBUG, 1, [enable debugging output]))
21
if test "x$debug" == "xyes"; then
22
  AC_DEFINE(DEBUG, 1, [enable debugging output])
23
fi
22
24
23
## Check for programs
25
## Check for programs
24
## we want libtool to build our libs
26
## we want libtool to build our libs

Return to bug 302772