perl: disable build
the perl build is not being used, and is a bit of a pain to maintain. So, we disable it for now; and remove it at some point in the future.
This commit is contained in:
10
Makefile.am
10
Makefile.am
@ -28,11 +28,11 @@ else
|
||||
mu4e=
|
||||
endif
|
||||
|
||||
if BUILD_PERL
|
||||
perl=perl
|
||||
else
|
||||
perl=
|
||||
endif
|
||||
# if BUILD_PERL
|
||||
# perl=perl
|
||||
# else
|
||||
# perl=
|
||||
# endif
|
||||
|
||||
SUBDIRS=m4 man lib $(guile) mu $(mu4e) contrib toys # $(perl)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user