summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2023-03-02 11:09:32 +0000
committerRobin Watts <Robin.Watts@artifex.com>2023-03-02 11:12:11 +0000
commit1e934119af032608a29a8c7fbf4c16eff950ef79 (patch)
treec331ce37ba3228b1d2baf4559907b7cb9a71b7d7 /configure.ac
parentc599825a135ef1bb0bc4e896d7f543ed74974bd2 (diff)
downloadghostpdl-1e934119af032608a29a8c7fbf4c16eff950ef79.tar.gz
Fix typo in SO_PDFEXPORT_LIB configure logic.
I actually fixed this BEFORE the previous commit, but somehow I failed to include it in the commit.
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 e18d2845c..68c716b8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2240,7 +2240,7 @@ if test x$with_so != xno; then
i*86*-linux*|i*86*-gnu)
SO_PDFEXPORT_LIB="\$(SOSRCDIR)/lib/linux/x86/smart-office-lib.a"
;;
- -linux*|-gnu)
+ *-linux*|*-gnu)
SO_PDFEXPORT_LIB="\$(SOSRCDIR)/lib/linux/x64/smart-office-lib.a"
;;
*arm64*-darwin*)