diff options
author | Tom Gundersen <teg@jklm.no> | 2013-01-03 09:52:48 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-01-07 15:15:57 +0100 |
commit | 07761ad65d6187773372645fc9539c7eb3b38e57 (patch) | |
tree | 9ac2afa3807fbc8177250640967bd423727db0ab /src/nss-myhostname/configure.ac | |
parent | f274ece0f76b5709408821e317e87aef76123db6 (diff) |
nss-myhostname: remove non-Linux support
Diffstat (limited to 'src/nss-myhostname/configure.ac')
-rw-r--r-- | src/nss-myhostname/configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nss-myhostname/configure.ac b/src/nss-myhostname/configure.ac index 30ebc44a80..0902bc6005 100644 --- a/src/nss-myhostname/configure.ac +++ b/src/nss-myhostname/configure.ac @@ -34,11 +34,6 @@ AC_SUBST(PACKAGE_URL, [http://0pointer.de/lennart/projects/nss-myhostname/]) ac_default_prefix="/" AC_CANONICAL_HOST -case "$host_os" in - linux*) legacy=false ;; - *) legacy=true ;; -esac -AM_CONDITIONAL([LEGACY], [test x$legacy = xtrue]) # Checks for programs. AC_PROG_CC |