diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/withenable.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/withenable.ac b/Build/source/withenable.ac index eab556c4d95..31921c1f338 100644 --- a/Build/source/withenable.ac +++ b/Build/source/withenable.ac @@ -14,6 +14,9 @@ AC_ARG_WITH([pdfopen], AC_ARG_WITH([psutils], [ --without-psutils do not build the psutils package]) +AC_ARG_WITH([sam2p], + [ --without-sam2p do not build the psutils sam2p]) + AC_ARG_WITH([t1utils], [ --without-t1utils do not build the t1utils package]) |