Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 732796
Collapse All | Expand All

(-)a/configure.ac (-2 / +2 lines)
Lines 271-277 Link Here
271
  [(automatic)],
271
  [(automatic)],
272
  [
272
  [
273
    yes)
273
    yes)
274
         if test "$FOUND_CUPS_CONFIG" == "yes" ; then
274
         if test "$FOUND_CUPS_CONFIG" = "yes" ; then
275
	   [BUILD_CUPS]="yes"
275
	   [BUILD_CUPS]="yes"
276
	   AC_MSG_RESULT([yes])
276
	   AC_MSG_RESULT([yes])
277
	   cups_prefix="/usr"
277
	   cups_prefix="/usr"
Lines 289-295 Link Here
289
         AC_MSG_ERROR([${withval}: no such directory for --with-cups])
289
         AC_MSG_ERROR([${withval}: no such directory for --with-cups])
290
       fi ;;
290
       fi ;;
291
  ],[
291
  ],[
292
     if test "$FOUND_CUPS_CONFIG" == "yes" ; then
292
     if test "$FOUND_CUPS_CONFIG" = "yes" ; then
293
       cups_prefix="${prefix}"
293
       cups_prefix="${prefix}"
294
       [BUILD_CUPS]="yes"
294
       [BUILD_CUPS]="yes"
295
     else
295
     else
(-)a/configure (-2 / +2 lines)
Lines 12747-12753 Link Here
12747
  withval=$with_cups; case "${withval}" in
12747
  withval=$with_cups; case "${withval}" in
12748
12748
12749
    yes)
12749
    yes)
12750
         if test "$FOUND_CUPS_CONFIG" == "yes" ; then
12750
         if test "$FOUND_CUPS_CONFIG" = "yes" ; then
12751
	   BUILD_CUPS="yes"
12751
	   BUILD_CUPS="yes"
12752
	   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12752
	   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12753
$as_echo "yes" >&6; }
12753
$as_echo "yes" >&6; }
Lines 12776-12782 Link Here
12776
             fi
12776
             fi
12777
             { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${BUILD_CUPS}" >&5
12777
             { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${BUILD_CUPS}" >&5
12778
$as_echo "${BUILD_CUPS}" >&6; } ;
12778
$as_echo "${BUILD_CUPS}" >&6; } ;
12779
     if test "$FOUND_CUPS_CONFIG" == "yes" ; then
12779
     if test "$FOUND_CUPS_CONFIG" = "yes" ; then
12780
       cups_prefix="${prefix}"
12780
       cups_prefix="${prefix}"
12781
       BUILD_CUPS="yes"
12781
       BUILD_CUPS="yes"
12782
     else
12782
     else

Return to bug 732796