Skip to content

Commit

Permalink
Updated m4/pandora_use_pipe.m4
Browse files Browse the repository at this point in the history
Change-Id: If562e0af29e89078e773fb9e8ff6d442f1160fdc
Reviewed-on: http://review.northscale.com/2198
Reviewed-by: Dustin Sallings <dustin@spy.net>
Tested-by: Dustin Sallings <dustin@spy.net>
  • Loading branch information
trondn authored and dustin committed Sep 1, 2010
1 parent 9d0e493 commit 2f047c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/pandora_use_pipe.m4
Expand Up @@ -16,7 +16,7 @@ AC_DEFUN([PANDORA_USE_PIPE],[
AS_IF([test "$GCC" = "yes"],[
AC_CACHE_CHECK([for working -pipe], [pandora_cv_use_pipe], [
AC_RUN_IFELSE([AC_LANG_SOURCE([[
AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
#include <stdio.h>
int main(int argc, char** argv)
Expand Down

0 comments on commit 2f047c4

Please sign in to comment.