Changeset 700 for trunk/server/source3


Ignore:
Timestamp:
Apr 24, 2012, 3:28:21 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: fixed a build break when libintl is found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/configure

    r620 r700  
    1285312853_ACEOF
    1285412854
     12855   if test $ac_header = libintl.h; then :
     12856                case "$LIBS" in
     12857                    *-lintl*)
     12858                        ;;
     12859                    *)
     12860                        LIBS="$LIBS -lintl"
     12861                        ;;
     12862                esac
     12863   fi
    1285512864fi
    1285612865
     
    1403014039
    1403114040if test $ac_cv_lib_ext_cups = yes; then :
    14032   PRINT_LIBS"$ac_save_PRINT_LIBS -lcups"
    14033 
     14041  PRINT_LIBS="$ac_save_PRINT_LIBS -lcups"
    1403414042
    1403514043else
     
    1403814046                                 PRINT_LIBS="$ac_save_PRINT_LIBS `$CUPS_CONFIG --libs`"
    1403914047fi
    14040 
    14041 
    1404214048$as_echo "#define HAVE_CUPS 1" >>confdefs.h
    1404314049
    1404414050                        samba_cv_HAVE_CUPS=yes
    14045 
    1404614051
    1404714052ac_check_lib_ext_save_LIBS=$LIBS
Note: See TracChangeset for help on using the changeset viewer.