summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2009-07-14 13:30:24 +0000
committerGunter Knauf <gk@gknw.de>2009-07-14 13:30:24 +0000
commit18b3833f90d8c8f8781d45cfcdc14c99a040fa13 (patch)
tree2b5a2cf39a4c53b69e7613ce3144322ed7777e8b /Android.mk
parentf671d0513ccc9cdcd7516c732c719b2f31a9578e (diff)
downloadcurl-18b3833f90d8c8f8781d45cfcdc14c99a040fa13.tar.gz
renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 7ed3b0967..11b26398b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -3,7 +3,7 @@
# Android source tree. Then build them with 'make curl' or just 'make libcurl'
# from the Android root.
#
-# Note: you must first create a config.h file by running configure in the
+# Note: you must first create a curl_config.h file by running configure in the
# Android environment. I haven't found an easy way to do this yet. If there is
# no easy way, a static config-android.h may need to be created and checked in
# to the libcurl source tree.