diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1e52d32e7029..f1ff14131c0e 100644 --- a/configure.ac +++ b/configure.ac @@ -7945,7 +7945,7 @@ dnl =================================================================== dnl Check for system cppunit dnl =================================================================== if test "$cross_compiling" != "yes"; then - libo_CHECK_SYSTEM_MODULE([Cppunit],[CPPUNIT],[cppunit >= 1.14.0]) + libo_CHECK_SYSTEM_MODULE([cppunit],[CPPUNIT],[cppunit >= 1.14.0]) fi dnl =================================================================== |