configure

changeset 411
ae85e91dcc58
parent 410
e3f8a51b566a
child 433
1421ece29197
equal deleted inserted replaced
410:e3f8a51b566a 411:ae85e91dcc58
3676 fi 3676 fi
3677 3677
3678 # Check for SDL 3678 # Check for SDL
3679 SDL_CFLAGS="" 3679 SDL_CFLAGS=""
3680 SDL_LIBS="" 3680 SDL_LIBS=""
3681 SDL="No"
3681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking SDL library" >&5 3682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking SDL library" >&5
3682 $as_echo_n "checking SDL library... " >&6; } 3683 $as_echo_n "checking SDL library... " >&6; }
3683 pkg-config --exists sdl 3684 pkg-config --exists sdl
3684 if test "$?" = "0"; then 3685 if test "$?" = "0"; then
3685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 3686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3705 3706
3706 fi 3707 fi
3707 3708
3708 done 3709 done
3709 3710
3711 SDL="Yes"
3710 else 3712 else
3711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 3713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3712 $as_echo "no" >&6; } 3714 $as_echo "no" >&6; }
3713 fi 3715 fi
3714 3716
5134 Configuration summary : 5136 Configuration summary :
5135 5137
5136 Version : ............ ${VERSION} 5138 Version : ............ ${VERSION}
5137 Main directory : ..... ${prefix} 5139 Main directory : ..... ${prefix}
5138 WiringPi : ........... ${WIRINGPI} 5140 WiringPi : ........... ${WIRINGPI}
5141 SDL library : ........ ${SDL}
5139 Simulator : .......... ${SIMULATOR} 5142 Simulator : .......... ${SIMULATOR}
5140 5143
5141 Now type 'make' and 'sudo make install' 5144 Now type 'make' and 'sudo make install'
5142 " >&5 5145 " >&5
5143 $as_echo " 5146 $as_echo "
5146 Configuration summary : 5149 Configuration summary :
5147 5150
5148 Version : ............ ${VERSION} 5151 Version : ............ ${VERSION}
5149 Main directory : ..... ${prefix} 5152 Main directory : ..... ${prefix}
5150 WiringPi : ........... ${WIRINGPI} 5153 WiringPi : ........... ${WIRINGPI}
5154 SDL library : ........ ${SDL}
5151 Simulator : .......... ${SIMULATOR} 5155 Simulator : .......... ${SIMULATOR}
5152 5156
5153 Now type 'make' and 'sudo make install' 5157 Now type 'make' and 'sudo make install'
5154 " >&6; } 5158 " >&6; }
5155 5159

mercurial