Show
Ignore:
Timestamp:
01/23/08 00:23:22 (10 months ago)
Author:
asterix
Message:

fix farsight compilation. call pkg-config --cflags instead of --libs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/jingle/configure.ac

    r9262 r9263  
    3030AM_NLS 
    3131 
    32 FARSIGHT_CFLAGS="`$PKG_CONFIG --libs farsight-0.1`" 
    33 AC_SUBST([FARSIGHT_CFLAGS]) 
     32FARSIGHT_CFLAGS=`$PKG_CONFIG --cflags farsight-0.1` 
     33AC_SUBST(FARSIGHT_CFLAGS) 
    3434 
    3535dnl ****