Opened 13 years ago

Closed 13 years ago

#3842 closed task (fixed)

wrong output in configure script

Reported by: mko Owned by: dmorissette
Priority: lowest Milestone: 6.0 release
Component: Build Problems Version: svn-trunk (development)
Severity: trivial Keywords:
Cc:

Description

In configure.in, output for "WFS Client: ..." shows the WMS setting.

AC_MSG_RESULT([ -------------- OGC Services -------------- ])
AC_MSG_RESULT([  WMS Server:                ${WMS_SVR_ENABLED}])
AC_MSG_RESULT([  WMS Client:                ${WMS_LYR_ENABLED}])
AC_MSG_RESULT([  WFS Server:                ${WFS_SVR_ENABLED}])
AC_MSG_RESULT([  WFS Client:            >>> ${WMS_LYR_ENABLED}]) <<<
AC_MSG_RESULT([  WCS Server:                ${WCS_SVR_ENABLED}])
AC_MSG_RESULT([  SOS Server:                ${SOS_SVR_ENABLED}])
AC_MSG_RESULT()

Change History (1)

comment:1 by dmorissette, 13 years ago

Milestone: 6.0 release
Resolution: fixed
Status: newclosed

Good catch. Thanks! Fixed in r11587.

Note: See TracTickets for help on using tickets.