[vlc-devel] [PATCH] Sqlite Module for VLC, GSoC 09

Rémi Denis-Courmont remi at remlab.net
Wed Sep 9 11:29:24 CEST 2009




On Wed, 9 Sep 2009 02:09:39 +0100, Barry Wardell <barry.wardell at gmail.com>
wrote:
> ...
>         AC_DEFINE([SQLITE_MODULE], 1, [Define if you want to use SQLite
> module]) ],
>         AC_MSG_ERROR([sqlite3 is required for sqlite module]) )
>   fi
>   AM_CONDITIONAL([HAVE_SQLITE], [test "${enable_sqlite}" = "yes"])
> fi

For the umpteenth time, AM_CONDITIONAL MUST be invoked UNCONDITIONALLY.

-- 
Rémi Denis-Courmont




More information about the vlc-devel mailing list