Changeset 222

Show
Ignore:
Timestamp:
04/21/08 17:31:10 (9 months ago)
Author:
conrad
Message:

apply patch from j, who writes:
you have to export PKG_CONFIG_PATH if you change it in configure.
otherwise it does not get picked up by PKG_CHECK_MODULES

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fastphoto/trunk/configure.ac

    r215 r222  
    121121# 
    122122 
    123 PKG_CONFIG_PATH=$PWD/epeg:$PKG_CONFIG_PATH 
     123export PKG_CONFIG_PATH=$PWD/epeg:$PKG_CONFIG_PATH 
    124124PKG_CHECK_MODULES(EPEG, epeg >= 0.9.0, 
    125125                  HAVE_EPEG="yes", HAVE_EPEG="no")