diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2006-12-12 20:26:27 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2006-12-12 20:26:27 +0000 |
commit | 524e6a5ad9085a299c9510a772fbf9cc47d4d9d9 (patch) | |
tree | 674169ffdda7219e633c30bcadba66b9025cb374 /winsup/configure | |
parent | 67f85328b2c4a425098c3d7b5f963dcba2b39a05 (diff) | |
download | newlib-524e6a5ad9085a299c9510a772fbf9cc47d4d9d9.zip newlib-524e6a5ad9085a299c9510a772fbf9cc47d4d9d9.tar.gz newlib-524e6a5ad9085a299c9510a772fbf9cc47d4d9d9.tar.bz2 |
* Makefile.in (subauth): Drop rule.
* configure.in: Remove subauth related check.
* configure: Regenerate.
Diffstat (limited to 'winsup/configure')
-rwxr-xr-x | winsup/configure | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/configure b/winsup/configure index f8a1318..0b8df39 100755 --- a/winsup/configure +++ b/winsup/configure @@ -3101,9 +3101,6 @@ case "$with_cross_host" in subdirs="$subdirs lsaauth" fi - # if test -d $srcdir/subauth; then - # AC_CONFIG_SUBDIRS(subauth) - # fi if test -n "$use_cygserver" -a -d $srcdir/cygserver; then |