diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -2553,24 +2553,6 @@ fi $make conftest.clean # -# Function to apply patches. -# -apply_patches() -{ - if ! [ -e patches/series ] ; then - echo "no patches" - return 0 - fi - - while read patch patchlevel ; do - case patch in - '#' ) continue ;; - * ) patch ${patchlevel:--p1} < patches/$patch ;; - esac - done < patches/series -} - -# # Some final blurbs into config.h # |