Changeset 898 for trunk/server/lib/replace/getpass.m4
- Timestamp:
- Mar 29, 2016, 3:02:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/lib/replace/getpass.m4
r414 r898 16 16 ],[],libreplace_cv_REPLACE_GETPASS=yes,libreplace_cv_REPLACE_GETPASS=no) 17 17 CPPFLAGS="$SAVE_CPPFLAGS" 18 19 # on OS/2 libc getpass is ok, no need to replace 20 case "$host_os" in 21 *os2*) 22 libreplace_cv_REPLACE_GETPASS=no 23 ;; 24 esac 18 25 ]) 26 19 27 if test x"$libreplace_cv_REPLACE_GETPASS" = x"yes"; then 20 28 AC_DEFINE(REPLACE_GETPASS,1,[Whether getpass should be replaced])
Note:
See TracChangeset
for help on using the changeset viewer.