X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fstrtol;h=65b6946390c091e6880bbca76f814924f31f7920;hb=c784be7bb43801d115f163586ad94534dfa27845;hp=654b2f77f37d008504d6bca680e052ef631465c2;hpb=7ff135374d85bfcdd22488b49dfc8bffe64be738;p=pspp diff --git a/modules/strtol b/modules/strtol index 654b2f77f3..65b6946390 100644 --- a/modules/strtol +++ b/modules/strtol @@ -15,6 +15,9 @@ Depends-on: configure.ac: gl_FUNC_STRTOL +if test $ac_cv_func_strtol = no; then + AC_LIBOBJ([strtol]) +fi Makefile.am: