[gnome-power-manager] configure.ac: Fix typo
- From: Javier JardÃn <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-power-manager] configure.ac: Fix typo
- Date: Tue, 19 Jul 2011 20:19:32 +0000 (UTC)
commit 833640b2bcf61fb4a85a5af6d8f0a2dc59d49016
Author: Javier JardÃn <jjardon gnome org>
Date: Tue Jul 19 22:17:29 2011 +0200
configure.ac: Fix typo
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e46ded4..7329249 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
dnl - Use strict options (default enabled for devs, disabled in releases)
dnl ---------------------------------------------------------------------------
dnl if .git directory is present, considering we are working in the repository
-if test -d "$(srcdir)/.git"; then
+if test -d "${srcdir}/.git"; then
default_strict=yes
else
default_strict=no
@@ -285,6 +285,7 @@ echo "
datadir: ${datadir}
compiler: ${CC}
cflags: ${CFLAGS}
+ cppflags: ${CPPFLAGS}
Self test support: ${have_tests}
Docbook support: ${enable_docbook_docs}
documentation dir: $DOCDIR
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]