projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1eb714
)
; * configure.ac: Add missing object to Haiku cairo build
author
Po Lu
<luangruo@yahoo.com>
Sat, 18 Dec 2021 13:59:49 +0000
(13:59 +0000)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 18 Dec 2021 13:59:49 +0000
(13:59 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index df9bde6f20d51499db5d1f2a4b577751924f5e60..c00233edecbf0967bd36a40b5db466314a3ca203 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-5855,7
+5855,7
@@
fi
if test "${HAVE_BE_APP}" = "yes" ; then
if test "${HAVE_CAIRO}" = "yes"; then
- FONT_OBJ="$FONT_OBJ ftcrfont.o"
+ FONT_OBJ="$FONT_OBJ ft
font.o ft
crfont.o"
fi
fi