chiark / gitweb /
nss-myhostname: remove duplicate LICENCE
[elogind.git] / src / nss-myhostname / configure.ac
index 30ebc44a803795b4973a6287aa67369df375c34a..0902bc6005e0d5fedfbe93043103e7a1033d6b49 100644 (file)
@@ -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