]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - configure.ac
build: Do not strip installed executables by default.
[paraslash.git] / configure.ac
index 0b00cc2af9f006d492975a54210ce26f4e5aa56e..17227125a2d9eda2dc19c12d2904c7a568a8ca22 100644 (file)
@@ -63,10 +63,6 @@ AC_PATH_PROG([HELP2MAN], [help2man])
 test -z "$HELP2MAN" && AC_MSG_ERROR(
        [help2man is required to build this package])
 
 test -z "$HELP2MAN" && AC_MSG_ERROR(
        [help2man is required to build this package])
 
-AC_PATH_PROG([INSTALL], [install])
-test -z "$INSTALL" && AC_MSG_ERROR(
-       [The install program is required to build this package])
-
 AC_PROG_CC
 AC_PROG_CPP
 
 AC_PROG_CC
 AC_PROG_CPP