From 449ef107838f0e978c07d2e24741d304dc763bb9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 26 Oct 2008 00:27:56 +0200 Subject: fix OSS check --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 73225b2..daede34 100644 --- a/configure.ac +++ b/configure.ac @@ -495,7 +495,7 @@ case "x$with_builtin" in ;; xoss) - if test "x$HAV_OSS" != x1 ; then + if test "x$HAVE_OSS" != x1 ; then AC_MSG_ERROR([*** OSS selected for builtin driver, but not enabled. ***]) fi -- cgit