]> git.ipfire.org Git - thirdparty/util-linux.git/commit
autotools: fix AC_DEFINE_UNQUOTED() use
authorKarel Zak <kzak@redhat.com>
Mon, 9 Oct 2023 10:18:31 +0000 (12:18 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 24 Nov 2023 10:08:00 +0000 (11:08 +0100)
commite2f0aa5c25c0295ef6187d3c53c2801fe17385e5
tree98eb2c83dc6ffa9d72a7a63dacf0db31bdc680d6
parentcefd05c479e5456af8db2a86fabad165d247176b
autotools: fix AC_DEFINE_UNQUOTED() use

Let's use AC_DEFINE_UNQUOTED() for string-like content, otherwise use
a simple AC_DEFINE().

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac