diff options
| -rw-r--r-- | configure.ac | 2 | 
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  | 
