Changeset 10908

Show
Ignore:
Timestamp:
10/18/11 14:10:31 (19 months ago)
Author:
jgaeddert
Message:

build: pushing C language in autoconf script

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/jgaeddert/0.8.0/components/configure.ac

    r10052 r10908  
    4444AC_CHECK_HEADERS([standardinterfaces/complexShort.h], [], [AC_MSG_ERROR([cannot find standardInterfaces header files])]) 
    4545 
     46AC_LANG_POP 
     47 
     48# push C language 
     49AC_LANG_PUSH([C]) 
     50 
    4651dnl check for liquid DSP libraries, headers 
    4752AC_CHECK_LIB([liquid], [main], [], [AC_MSG_ERROR([cannot find liquid-dsp library])])