]> git.ipfire.org Git - thirdparty/cups-filters.git/commit
configure.ac: Remove final traces of avahi (#558)
authorEli Schwartz <eschwartz93@gmail.com>
Fri, 8 Mar 2024 11:50:13 +0000 (06:50 -0500)
committerGitHub <noreply@github.com>
Fri, 8 Mar 2024 11:50:13 +0000 (12:50 +0100)
commitf0bd8ce7d8410908e0665bf61046f13c45b2d6d4
treea189efb0cfd4bcde219193a935955c182b7d661d
parent2ddc72c47172b1b943fa9b228580d931edc9aa35
configure.ac: Remove final traces of avahi (#558)

This was originally searched for cups-browsed, and during the great
split these lookups accidentally got left in and moved around in the
file.

The original code began with this autoconf comment:
```
dnl Avahi for cups-browsed
```

After shifting down, it became:
```
dnl Avahi
```

After removing avahi from configure.ac, there are no remaining mentions
of avahi anywhere other than CHANGES*.md
configure.ac