aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMark Mentovai <mark@chromium.org>2015-09-23 10:46:55 -0400
committerMark Mentovai <mark@chromium.org>2015-09-23 10:46:55 -0400
commitf74c85df88fde08527d5acea96c278ca6777e5ec (patch)
tree7e04fac2315e7668aa429faf0ae6e0c66e818f9c /configure
parent[Docs] add markdown docs (converted from Wiki) (diff)
downloadbreakpad-f74c85df88fde08527d5acea96c278ca6777e5ec.tar.xz
Update configure to look for README.md instead of README
This is required after daed3a43836e. configure won't run as-is, reported in https://codereview.chromium.org/1357773004/. R=andybons@chromium.org Review URL: https://codereview.chromium.org/1361993002 .
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a99b8645..2bf5fe0a 100755
--- a/configure
+++ b/configure
@@ -585,7 +585,7 @@ PACKAGE_STRING='breakpad 0.1'
PACKAGE_BUGREPORT='google-breakpad-dev@googlegroups.com'
PACKAGE_URL=''
-ac_unique_file="README"
+ac_unique_file="README.md"
# Factoring default headers for most tests.
ac_includes_default="\
#include <stdio.h>