diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-22 03:29:37 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-22 03:29:37 +0000 |
| commit | 13c384c0ea3d6a9633ce15c500d3108aa6c63a2b (patch) | |
| tree | 51ca2476d764ed9234edbd9937828239406d9ce6 | |
| parent | 83044f740ab7252cb02b7b5a619688ab4c2248b6 (diff) | |
| download | pcsxr-13c384c0ea3d6a9633ce15c500d3108aa6c63a2b.tar.gz | |
Let's not use AC_PROG_CC_STDC until it's cleared with the other developers
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72526 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6be813c8..6df9af22 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,6 @@ AC_CONFIG_HEADERS([include/config.h:include/config.h.in]) AC_PROG_CC AM_PROG_CC_C_O -AC_PROG_CC_STDC AC_PROG_INSTALL AC_STDC_HEADERS AM_PROG_AS |
