summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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