summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-06 10:55:16 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-06 14:12:27 +0200
commit77902a3cb2ab3af542e62253cc9f4dc12e099293 (patch)
treef2270b9d8da54ae53b9c99da6d82ecd7c755f837 /configure.ac
parent9b021e87e04f4ab294d8cefb5d54bfe29e1e85dd (diff)
Fixing '....'
Change-Id: Icf2a34500acc18b28f113c85366bf24edc6d20b9 Reviewed-on: https://gerrit.libreoffice.org/78695 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
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 658abe24081a..4033d6f8fe87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10126,7 +10126,7 @@ if test "$ENABLE_LPSOLVE" = TRUE; then
AC_CHECK_HEADER(lpsolve/lp_lib.h, [],
[ AC_MSG_ERROR(lpsolve headers not found.)], [])
save_LIBS=$LIBS
- # some systems need this. Like Ubuntu....
+ # some systems need this. Like Ubuntu...
AC_CHECK_LIB(m, floor)
AC_CHECK_LIB(dl, dlopen)
AC_CHECK_LIB([lpsolve55], [make_lp], [:],