summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-08-01 01:11:33 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-08-01 01:11:33 +0000
commit4f91a258b5aa85d1d2926f21d00dc7dcaf988055 (patch)
treebbb2994f4f8d1bdf0a133f92beebc1fa97101721 /configure.ac
parent8d8f84304e783e2d085798186a494bd79e1f9998 (diff)
downloadlibgpod-4f91a258b5aa85d1d2926f21d00dc7dcaf988055.tar.gz
libgpod-4f91a258b5aa85d1d2926f21d00dc7dcaf988055.tar.xz
libgpod-4f91a258b5aa85d1d2926f21d00dc7dcaf988055.zip
s/test -a/test -e
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2076 f01d2545-417e-4e96-918e-98f8d0dbbcb6
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 739fb0f..1ba5955 100644
--- a/configure.ac
+++ b/configure.ac
@@ -253,7 +253,7 @@ dnl Turn on the additional warnings last, so -Werror doesn't affect other tests.
AC_ARG_ENABLE(more-warnings,
[ --enable-more-warnings Maximum compiler warnings],
set_more_warnings="$enableval",[
-if test -a "$srcdir/autogen.sh"; then
+if test -e "$srcdir/autogen.sh"; then
set_more_warnings=yes
else
set_more_warnings=no