[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
More on This Autoconf Problem
From: |
Steve Holmes |
Subject: |
More on This Autoconf Problem |
Date: |
Tue, 5 Jun 2007 16:29:39 -0700 |
I found the following lines in ./configure.in that seems to be giving
me the fits and the syntax error.
dnl Check for libsndfile.
PKG_CHECK_MODULES(SNDFILE, sndfile >= 1.0.2, ac_cv_sndfile=1, ac_cv_sndfile=0)
AC_DEFINE_UNQUOTED([HAVE_SNDFILE],${ac_cv_sndfile},
[Set to 1 if you have libsndfile.])
Can any more sense be made of this?
--
HolmesGrown Solutions
The best solutions for the best price!
http://holmesgrown.ld.net/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- More on This Autoconf Problem,
Steve Holmes <=