Changeset 700 for trunk/server/source3
- Timestamp:
- Apr 24, 2012, 3:28:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/configure
r620 r700 12853 12853 _ACEOF 12854 12854 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 12855 12864 fi 12856 12865 … … 14030 14039 14031 14040 if 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" 14034 14042 14035 14043 else … … 14038 14046 PRINT_LIBS="$ac_save_PRINT_LIBS `$CUPS_CONFIG --libs`" 14039 14047 fi 14040 14041 14042 14048 $as_echo "#define HAVE_CUPS 1" >>confdefs.h 14043 14049 14044 14050 samba_cv_HAVE_CUPS=yes 14045 14046 14051 14047 14052 ac_check_lib_ext_save_LIBS=$LIBS
Note:
See TracChangeset
for help on using the changeset viewer.