diff options
| author | Lennart Poettering <lennart@poettering.net> | 2008-10-26 00:27:56 +0200 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2008-10-26 00:27:56 +0200 | 
| commit | 449ef107838f0e978c07d2e24741d304dc763bb9 (patch) | |
| tree | 31a167b61ab60ae1002280315d2e33801c41a5ed | |
| parent | a8e03ef661aa0452a145f0738975d9a47941f1da (diff) | |
fix OSS check
| -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  | 
