summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-10-26 00:27:56 +0200
committerLennart Poettering <lennart@poettering.net>2008-10-26 00:27:56 +0200
commit449ef107838f0e978c07d2e24741d304dc763bb9 (patch)
tree31a167b61ab60ae1002280315d2e33801c41a5ed /configure.ac
parenta8e03ef661aa0452a145f0738975d9a47941f1da (diff)
fix OSS check
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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