]> git.armaanb.net Git - opendoas.git/blobdiff - configure
fix err messages
[opendoas.git] / configure
index c5981a58b295a2aecae4482f0fb31c93584176bd..1bb827fc8e11cd5f2ef713f5ad152c9ecb10b4d4 100755 (executable)
--- a/configure
+++ b/configure
@@ -284,7 +284,7 @@ int main(void) {
 }'
 [ -z "$have_bsd_auth_h" ] && \
        check_func "pam_appl_h" "$src" && {
-               printf 'SRCS     +=     doas_pam.c\n' >>$CONFIG_MK
+               printf 'SRCS     +=     pam.c\n' >>$CONFIG_MK
                printf 'LDFLAGS  +=     -lpam\n' >>$CONFIG_MK
        }