aboutsummaryrefslogtreecommitdiffhomepage
path: root/m4/ax_with_ncurses.m4
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2025-10-06 19:15:52 +0300
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2025-10-06 19:15:52 +0300
commitc16ef4276d9b3773ff12adf9e7cf2683c182826e (patch)
tree71494e422d5cbd2ca810f6fd8095fb2e270f12c5 /m4/ax_with_ncurses.m4
parentbd3d9e6e35608791465cef02813a97407ebd06bb (diff)
downloadsciteco-c16ef4276d9b3773ff12adf9e7cf2683c182826e.tar.gz
./configure: define TE_CHECK_MODULES() which takes static linking into account
* There already was --enable-static-executables which would pass `-static` to the linker, but it did not help with library dependencies (that have to be pulled in transitively when linking statically). pkg-config does have `--static` support though. * Now all pkg-config found libraries will use `pkg-config --static` when --enable-static-executables, which simplifies linking statically. Previously you'd either need to set PKG_CONFIG="pkg-config --static" or you would have to manually list library dependencies.
Diffstat (limited to 'm4/ax_with_ncurses.m4')
0 files changed, 0 insertions, 0 deletions