Ignore:
Timestamp:
Mar 29, 2016, 3:02:47 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: get rid of configure, adjust build.cmd heavily, rename version files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/lib/replace/getpass.m4

    r414 r898  
    1616],[],libreplace_cv_REPLACE_GETPASS=yes,libreplace_cv_REPLACE_GETPASS=no)
    1717CPPFLAGS="$SAVE_CPPFLAGS"
     18
     19# on OS/2 libc getpass is ok, no need to replace
     20case "$host_os" in
     21        *os2*)
     22        libreplace_cv_REPLACE_GETPASS=no
     23        ;;
     24esac
    1825])
     26
    1927if test x"$libreplace_cv_REPLACE_GETPASS" = x"yes"; then
    2028        AC_DEFINE(REPLACE_GETPASS,1,[Whether getpass should be replaced])
Note: See TracChangeset for help on using the changeset viewer.