]> git.ipfire.org Git - thirdparty/asterisk.git/commit
asterisk.c: Fix #if HAVE_LIBEDIT_IS_UNICODE.
authorGeorge Joseph <gjoseph@sangoma.com>
Wed, 22 Apr 2026 17:03:46 +0000 (11:03 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 22 Apr 2026 19:43:02 +0000 (19:43 +0000)
commit1529d8fb2cec43eb7837e85b605c23eb6014022a
treea757e99579f31285dd9e7d5bb5be87938692d57d
parentdbe15810f9db34d507dd4c894e8a08361b5b6d06
asterisk.c: Fix #if HAVE_LIBEDIT_IS_UNICODE.

Line 2729 has `#if HAVE_LIBEDIT_IS_UNICODE` instead if `#ifdef`.  Since
macros defined by autoconf are either set to `1` or not set at all,
older distros where libedit isn't unicode won't have that macro defined
and will fail to compile.

Resolves: #1896
main/asterisk.c