projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7303eb8
)
*** empty log message ***
author
ayin
<ayin>
Tue, 31 Jul 2007 18:13:26 +0000
(18:13 +0000)
committer
ayin
<ayin>
Tue, 31 Jul 2007 18:13:26 +0000
(18:13 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 74a9dfd668ef88812e4d0a27b590b253c678d52d..013cc7eae6463b7d5e5f34fcef0180cd5868b79e 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-471,7
+471,7
@@
if test x$support_afterimage = xyes; then
fi
AC_MSG_CHECKING(for libAfterImage version >= 1.15)
AFTERIMAGE_VERSION=`$afterimage_config --version`
- if test -n
$AFTERIMAGE_VERSION
; then
+ if test -n
"$AFTERIMAGE_VERSION"
; then
AFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
AFTERIMAGE_LIBS=`$afterimage_config --libs`
if test "x$AFTERIMAGE_LIBS" != "x"; then