diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-09-12 11:31:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-09-12 11:31:58 +0000 |
commit | 63f1f580770a43ecaaffc7fc2601a638dd12a43b (patch) | |
tree | 1d17b8c20842b433e29b8792648b4690e37cf9f1 /configure.in | |
parent | 36e9507e294b28aa90d93d8c501b563745a3af7e (diff) | |
download | curl-63f1f580770a43ecaaffc7fc2601a638dd12a43b.tar.gz |
removed perl and php makefiles
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 97010ae4c..8fbe508f6 100644 --- a/configure.in +++ b/configure.in @@ -576,10 +576,6 @@ AC_CONFIG_FILES([Makefile \ packages/Linux/RPM/curl.spec \ packages/Linux/RPM/curl-ssl.spec \ packages/Solaris/Makefile \ - perl/Makefile \ - perl/Curl_easy/Makefile \ - php/Makefile \ - php/examples/Makefile \ curl-config ]) AC_OUTPUT |