On Mon, 23 Sep 2019, Ramzi Abdallah wrote:
Greetings,
I'm trying to compile radsecproxy-1.8.0 with fticks. For some reason the configure script does not recognize the --enable-fticks option. When I run ./configure --enable-fticks I get the bellow error message:
[root@eduroam radsecproxy-1.8.0]# ./configure --enable-fticks configure: WARNING: unrecognized options: --enable-fticks
Any help is greatly appreciated.
fticks is now supported by default, no need to enable it.
The reason for this was dependency on libnettle - earlier the fticks feature was the only thing depending on libnettle, but later other parts of the code also started depending on libnettle, so the dependency became unavoidable, and with that, there was no reason to not just enable fticks by default as well.