diff options
author | ng0 <ng0@infotropique.org> | 2017-08-21 07:56:29 +0000 |
---|---|---|
committer | ng0 <ng0@infotropique.org> | 2017-08-21 07:56:29 +0000 |
commit | f47c0fe740332a8149c73360351f28680a5c35b9 (patch) | |
tree | 8e0c571cb81e5a9e0244f6773c5f685649d87081 /doc/chapters | |
parent | 9f8b058fcdd33aa09bf81a67797bcca329722f9d (diff) |
doc: install: Remove duplicate paragraph.
Diffstat (limited to 'doc/chapters')
-rw-r--r-- | doc/chapters/installation.texi | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/chapters/installation.texi b/doc/chapters/installation.texi index cc1e28c93..06152b5f7 100644 --- a/doc/chapters/installation.texi +++ b/doc/chapters/installation.texi @@ -124,19 +124,6 @@ distribution is to old you perhaps get an error message while running the configure: error: cannot find data type for curl_off_t.@ } -If you have to compile libgnurl from source since the version included in your -distribution is to old, you perhaps get an error message while running the -@code{configure} script: - -@code{@ - $ configure@ - ...@ - checking for 64-bit curl_off_t data type... unknown@ - checking for 32-bit curl_off_t data type... unknown@ - checking for 16-bit curl_off_t data type... unknown@ - configure: error: cannot find data type for curl_off_t.@ -} - Solution: Before running the configure script, set: |