Ignore:
Timestamp:
Mar 11, 2009, 9:14:55 AM (17 years ago)
Author:
Paul Smedley
Message:

Add 'missing' 3.0.34 diffs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/configure.in

    r140 r165  
    315315AC_SUBST(INSTALL_CIFSMOUNT)
    316316AC_SUBST(UNINSTALL_CIFSMOUNT)
     317
     318
     319
    317320AC_SUBST(EXTRA_SBIN_PROGS)
    318321AC_SUBST(EXTRA_ALL_TARGETS)
     
    28702873# look for a method of setting the effective uid
    28712874seteuid=no;
     2875
     2876
     2877
     2878
     2879
     2880
     2881
     2882
     2883
     2884
     2885
     2886
     2887
     2888
     2889
     2890
    28722891if test $seteuid = no; then
    28732892AC_CACHE_CHECK([for setresuid],samba_cv_USE_SETRESUID,[
     
    28802899if test x"$samba_cv_USE_SETRESUID" = x"yes"; then
    28812900    seteuid=yes;AC_DEFINE(USE_SETRESUID,1,[Whether setresuid() is available])
    2882 fi
    2883 fi
    2884 
    2885 
    2886 if test $seteuid = no; then
    2887 AC_CACHE_CHECK([for setreuid],samba_cv_USE_SETREUID,[
    2888 AC_TRY_RUN([
    2889 #define AUTOCONF_TEST 1
    2890 #define USE_SETREUID 1
    2891 #include "confdefs.h"
    2892 #include "${srcdir-.}/lib/util_sec.c"],
    2893            samba_cv_USE_SETREUID=yes,samba_cv_USE_SETREUID=no,samba_cv_USE_SETREUID=cross)])
    2894 if test x"$samba_cv_USE_SETREUID" = x"yes"; then
    2895     seteuid=yes;AC_DEFINE(USE_SETREUID,1,[Whether setreuid() is available])
    28962901fi
    28972902fi
     
    42194224        INSTALL_CIFSMOUNT="installcifsmount"
    42204225        UNINSTALL_CIFSMOUNT="uninstallcifsmount"
     4226
     4227
     4228
     4229
     4230
     4231
     4232
     4233
     4234
     4235
     4236
     4237
     4238
     4239
     4240
     4241
     4242
     4243
     4244
     4245
     4246
     4247
     4248
     4249
     4250
     4251
     4252
     4253
     4254
     4255
     4256
     4257
     4258
     4259
     4260
     4261
     4262
     4263
     4264
     4265
     4266
     4267
     4268
     4269
     4270
     4271
     4272
     4273
     4274
     4275
     4276
     4277
     4278
     4279
    42214280        ;;
    42224281  *)
Note: See TracChangeset for help on using the changeset viewer.