~ubuntu-branches/ubuntu/vivid/esorex/vivid-proposed

« back to all changes in this revision

Viewing changes to m4macros/cpl.m4

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2011-11-25 12:08:00 UTC
  • Revision ID: package-import@ubuntu.com-20111125120800-grvehmdmxrzlkf1n
Tags: 3.9.0-1
New package. Closes: #641634

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
    AC_MSG_CHECKING([for libcext])
187
187
 
188
188
    cpl_cext_check_header="cxmacros.h"
189
 
    cpl_cext_check_lib="libcext.la"
 
189
    cpl_cext_check_lib="libcext.so"
190
190
 
191
191
    cpl_cext_includes=""
192
192
    cpl_cext_libraries=""
335
335
    AC_MSG_CHECKING([for CPL])
336
336
 
337
337
    cpl_check_cpl_header="cpl_macros.h"
338
 
    cpl_check_cpl_lib="libcplcore.la"
 
338
    cpl_check_cpl_lib="libcplcore.so"
339
339
 
340
340
    cpl_includes=""
341
341
    cpl_libraries=""