diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-03-20 12:42:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-03-20 12:42:29 +0000 |
commit | 1b6d18fcb0539bfe1fa512f51f4b62cc326edb5b (patch) | |
tree | d392de8b940dd89bad858dc3ded5287a10a308a5 /curl-config.in | |
parent | 57c32b709df03e32d28229efa090b98b8935cae5 (diff) | |
download | curl-1b6d18fcb0539bfe1fa512f51f4b62cc326edb5b.tar.gz |
removed useless comment
Diffstat (limited to 'curl-config.in')
-rw-r--r-- | curl-config.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/curl-config.in b/curl-config.in index 086bedce6..cbe316e56 100644 --- a/curl-config.in +++ b/curl-config.in @@ -6,7 +6,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 2001 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 2001 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -21,10 +21,7 @@ # # $Id$ ########################################################################### -# -# The idea to this kind of setup info script was stolen from numerous -# other packages, such as neon, libxml and gnome. -# + prefix=@prefix@ exec_prefix=@exec_prefix@ includedir=@includedir@ |