]> git.ipfire.org Git - thirdparty/cups-filters.git/commit
Replace '==' in configure.ac test with '=' 222/head
authorDavid Cantrell <david.l.cantrell@gmail.com>
Thu, 2 Apr 2020 15:23:48 +0000 (11:23 -0400)
committerDavid Cantrell <david.l.cantrell@gmail.com>
Thu, 2 Apr 2020 15:23:48 +0000 (11:23 -0400)
commit78cee3d39f4b57b93816ec75350665871448f800
tree04bbaa27521a3c52cff32987777ce3bb6a4b988b
parentef1e99419a97c6912850956832ca660b5a14cef7
Replace '==' in configure.ac test with '='

== is a bash-specific test operator.  Use = here for portability.
configure.ac