diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-09-27 17:53:04 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-09-27 21:05:27 +0200 |
commit | 999a9c183c395a36fbaf35468ace11a625a581f7 (patch) | |
tree | 3fdf0693736e81d5b7aa282eff97f3ab4715def5 /configure.ac | |
parent | 2f9c6940a702da50cf19bc22c3bc85066a27fc3a (diff) |
Do build cppunit for iOS, too
I am writing a separate unit test app that will include selected
existing unit tests that make sense and are important to run on iOS.
Change-Id: I4722f1ed872ba21e181eeba5ed3b58e82d8fed72
Reviewed-on: https://gerrit.libreoffice.org/61049
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
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 ec9d8b34d416..86eef4c0c32a 100644 --- a/configure.ac +++ b/configure.ac @@ -8028,7 +8028,7 @@ fi dnl =================================================================== dnl Check for system cppunit dnl =================================================================== -if test "$cross_compiling" != "yes"; then +if test "$_os" != "Android" ; then libo_CHECK_SYSTEM_MODULE([cppunit],[CPPUNIT],[cppunit >= 1.14.0]) fi |