[Users] [Bug 4447] New: --enable-deprecated and --disable-deprecated build flags have same effect
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Wed Feb 24 13:51:10 CET 2021
https://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4447
Bug ID: 4447
Summary: --enable-deprecated and --disable-deprecated build
flags have same effect
Product: Claws Mail
Version: GIT
Hardware: PC
OS: Windows 10
Status: NEW
Severity: normal
Priority: P3
Component: Other
Assignee: users at lists.claws-mail.org
Reporter: rootkea at gmail.com
Hello!
Due to this AC_ARG_ENABLE macro in configure.ac:
```
AC_ARG_ENABLE(deprecated,
[ --disable-deprecated Disable deprecated GTK
functions],
[GTK_CFLAGS="$GTK_CFLAGS -DG_DISABLE_DEPRECATED
-DGTK_DISABLE_DEPRECATED"], [])
```
`--enable-deprecated` and `--disable-deprecated` build flags have same effect.
Ref:
https://www.gnu.org/software/autoconf/manual/autoconf-2.66/html_node/Package-Options.html
Thanks!
Regards,
Avinash Sonawane (rootKea)
PICT Pune
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Users
mailing list