[mapserver-commits] [mapserver/mapserver] fa1d21: avoid poluting LIBS on AC_CHECK_LIB calls

GitHub noreply at github.com
Sat Jun 9 02:10:46 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/mapserver/mapserver
  Commit: fa1d217087b202fa25c072e482b13771b4e2480c
      https://github.com/mapserver/mapserver/commit/fa1d217087b202fa25c072e482b13771b4e2480c
  Author: Thomas Bonfort <thomas.bonfort at gmail.com>
  Date:   2012-06-09 (Sat, 09 Jun 2012)

  Changed paths:
    M configure
    M configure.in

  Log Message:
  -----------
  avoid poluting LIBS on AC_CHECK_LIB calls

AC_CHECK_LIB prepends "-lXXX" to $LIBS which then potentially breaks
following calls to AC_CHECK_LIB called without the previous -L flag.
This commit sets the action-if-found to [:] which overrides the default
of prepending -lXXX to $LIBS

@sdlime, you might want to check this with your 2.63 autoconf.





More information about the mapserver-commits mailing list